Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for vavgub (0.11 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. 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)
  3. 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)
  4. 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)
  5. 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