Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for vavgub (0.13 sec)

  1. src/crypto/rsa/rsa.go

    	}
    
    	return encrypt(pub, em)
    }
    
    // ErrDecryption represents a failure to decrypt a message.
    // It is deliberately vague to avoid adaptive attacks.
    var ErrDecryption = errors.New("crypto/rsa: decryption error")
    
    // ErrVerification represents a failure to verify a signature.
    // It is deliberately vague to avoid adaptive attacks.
    var ErrVerification = errors.New("crypto/rsa: verification error")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/ProviderInternal.java

     *     </li>
     *     <li>"usable". This is currently somewhat vague, but basically means that if the content is built by some work node, then that work node has already executed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. src/math/big/natdiv.go

    and rem = u - quo·v.
    
    
    Long Division
    
    Division in a computer proceeds the same as long division in elementary school,
    but computers are not as good as schoolchildren at following vague directions,
    so we have to be much more precise about the actual steps and what can happen.
    
    We work from most to least significant digit of the quotient, doing:
    
     • Guess a digit q, the number of v to subtract from the current
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  4. fastapi/param_functions.py

                OAuth2 scopes required for the *path operation* that uses this Security
                dependency.
    
                The term "scope" comes from the OAuth2 specification, it seems to be
                intentionaly vague and interpretable. It normally refers to permissions,
                in cases to roles.
    
                These scopes are integrated with OpenAPI (and the API docs at `/docs`).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 62.5K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    			opset(AVACCB, r)
    			opset(AVACCH, r)
    			opset(AVACCF, r)
    			opset(AVACCG, r)
    			opset(AVACCQ, r)
    			opset(AVN, r)
    			opset(AVNC, r)
    			opset(AVAVGB, r)
    			opset(AVAVGH, r)
    			opset(AVAVGF, r)
    			opset(AVAVGG, r)
    			opset(AVAVGLB, r)
    			opset(AVAVGLH, r)
    			opset(AVAVGLF, r)
    			opset(AVAVGLG, r)
    			opset(AVCKSM, r)
    			opset(AVX, r)
    			opset(AVFADB, r)
    			opset(AWFADB, r)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/arm64/asm7.go

    			oprangeset(AVCMTST, t)
    			oprangeset(AVUMAX, t)
    			oprangeset(AVUMIN, t)
    			oprangeset(AVUZP1, t)
    			oprangeset(AVUZP2, t)
    			oprangeset(AVBIF, t)
    
    		case AVADD:
    			oprangeset(AVSUB, t)
    			oprangeset(AVRAX1, t)
    
    		case AAESD:
    			oprangeset(AAESE, t)
    			oprangeset(AAESMC, t)
    			oprangeset(AAESIMC, t)
    			oprangeset(ASHA1SU1, t)
    			oprangeset(ASHA256SU0, t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	// TODO: map err to more interesting error codes, once the
    	// HTTP community comes up with some. But currently for
    	// RST_STREAM there's no equivalent to GOAWAY frame's debug
    	// data, and the error codes are all pretty vague ("cancel").
    	cc.wmu.Lock()
    	cc.fr.WriteRSTStream(streamID, code)
    	cc.bw.Flush()
    	cc.wmu.Unlock()
    }
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top