/external/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 32 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server… argument 33 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 133 func ivLenChaCha20Poly1305(vers uint16) int { 137 func ivLenAESGCM(vers uint16) int { 144 func ivLenAES(vers uint16) int { 148 func ivLen3DES(vers uint16) int { 192 func macSHA1(version uint16, key []byte) macFunction { 196 func macMD5(version uint16, key []byte) macFunction { 200 func macSHA256(version uint16, key []byte) macFunction { 204 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
D | handshake_server.go | 2374 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2400 func isTLS12Cipher(id uint16) bool { 2405 func isGREASEValue(val uint16) bool { 2409 func verifyPSKBinder(version uint16, isDTLS bool, clientHello *clientHelloMsg, sessionState *sessio… 2434 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
D | prf.go | 121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 458 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection, is… 465 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte, isDTLS bool) []byte { 469 func computePSKBinder(psk []byte, version uint16, isDTLS bool, label []byte, cipherSuite *cipherSui… 482 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte, isDTLS…
|
D | shim_ticket.go | 180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) { 216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
|
D | sign.go | 30 func selectSignatureAlgorithm(isClient bool, version uint16, cred *Credential, config *Config, peer… 55 func signMessage(isClient bool, version uint16, key crypto.PrivateKey, config *Config, sigAlg signa… 71 func verifyMessage(isClient bool, version uint16, key crypto.PublicKey, config *Config, sigAlg sign… 84 func verifyMessageDC(isClient bool, version uint16, key crypto.PublicKey, config *Config, sigAlg si… 289 func getSigner(isClient bool, version uint16, key any, config *Config, sigAlg signatureAlgorithm, i…
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 32 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server… argument 33 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 133 func ivLenChaCha20Poly1305(vers uint16) int { 137 func ivLenAESGCM(vers uint16) int { 144 func ivLenAES(vers uint16) int { 148 func ivLen3DES(vers uint16) int { 192 func macSHA1(version uint16, key []byte) macFunction { 196 func macMD5(version uint16, key []byte) macFunction { 200 func macSHA256(version uint16, key []byte) macFunction { 204 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
D | handshake_server.go | 2305 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2331 func isTLS12Cipher(id uint16) bool { 2336 func isGREASEValue(val uint16) bool { 2340 func verifyPSKBinder(version uint16, isDTLS bool, clientHello *clientHelloMsg, sessionState *sessio… 2365 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
D | prf.go | 121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 458 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection, is… 465 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte, isDTLS bool) []byte { 469 func computePSKBinder(psk []byte, version uint16, isDTLS bool, label []byte, cipherSuite *cipherSui… 482 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte, isDTLS…
|
D | shim_ticket.go | 180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) { 216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
|
D | sign.go | 30 func selectSignatureAlgorithm(isClient bool, version uint16, cred *Credential, config *Config, peer… 55 func signMessage(isClient bool, version uint16, key crypto.PrivateKey, config *Config, sigAlg signa… 71 func verifyMessage(isClient bool, version uint16, key crypto.PublicKey, config *Config, sigAlg sign… 84 func verifyMessageDC(isClient bool, version uint16, key crypto.PublicKey, config *Config, sigAlg si… 289 func getSigner(isClient bool, version uint16, key any, config *Config, sigAlg signatureAlgorithm, i…
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 32 …generateServerKeyExchange(*Config, *Credential, *clientHelloMsg, *serverHelloMsg, uint16) (*server… argument 33 processClientKeyExchange(*Config, *Credential, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 133 func ivLenChaCha20Poly1305(vers uint16) int { 137 func ivLenAESGCM(vers uint16) int { 144 func ivLenAES(vers uint16) int { 148 func ivLen3DES(vers uint16) int { 192 func macSHA1(version uint16, key []byte) macFunction { 196 func macMD5(version uint16, key []byte) macFunction { 200 func macSHA256(version uint16, key []byte) macFunction { 204 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
D | handshake_server.go | 2305 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2331 func isTLS12Cipher(id uint16) bool { 2336 func isGREASEValue(val uint16) bool { 2340 func verifyPSKBinder(version uint16, isDTLS bool, clientHello *clientHelloMsg, sessionState *sessio… 2365 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
D | prf.go | 121 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 133 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 145 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 154 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 176 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 458 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection, is… 465 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte, isDTLS bool) []byte { 469 func computePSKBinder(psk []byte, version uint16, isDTLS bool, label []byte, cipherSuite *cipherSui… 482 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte, isDTLS…
|
D | shim_ticket.go | 180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) { 216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
|
D | sign.go | 30 func selectSignatureAlgorithm(isClient bool, version uint16, cred *Credential, config *Config, peer… 55 func signMessage(isClient bool, version uint16, key crypto.PrivateKey, config *Config, sigAlg signa… 71 func verifyMessage(isClient bool, version uint16, key crypto.PublicKey, config *Config, sigAlg sign… 84 func verifyMessageDC(isClient bool, version uint16, key crypto.PublicKey, config *Config, sigAlg si… 289 func getSigner(isClient bool, version uint16, key any, config *Config, sigAlg signatureAlgorithm, i…
|
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 59 func GetHKDFHash(kdf uint16) (crypto.Hash, error) { 89 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 100 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 162 func buildSuiteID(kemID, kdfID, aeadID uint16) []byte { 171 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 262 func expectedKeyLength(aeadID uint16) int { 274 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 59 func GetHKDFHash(kdf uint16) (crypto.Hash, error) { 89 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 100 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 162 func buildSuiteID(kemID, kdfID, aeadID uint16) []byte { 171 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 262 func expectedKeyLength(aeadID uint16) int { 274 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
/external/boringssl/src/ssl/test/runner/hpke/ |
D | hpke.go | 59 func GetHKDFHash(kdf uint16) (crypto.Hash, error) { 89 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 100 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 110 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 121 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 162 func buildSuiteID(kemID, kdfID, aeadID uint16) []byte { 171 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 196 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 262 func expectedKeyLength(aeadID uint16) int { 274 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
/external/tink/go/hybrid/internal/hpke/ |
D | primitive_factory.go | 59 func newKEM(kemID uint16) (kem, error) { 78 func newKDF(kdfID uint16) (kdf, error) { 97 func newAEAD(aeadID uint16) (aead, error) {
|
D | hpke.go | 54 func kemSuiteID(kemID uint16) []byte { 60 func hpkeSuiteID(kemID, kdfID, aeadID uint16) []byte {
|
/external/bazelbuild-rules_android/src/tools/ak/repack/ |
D | repack.go | 104 …*zip.Reader, out *zip.Writer, filteredZipOut *zip.Writer, filter filterFunc, method uint16) error { 123 …(dir string, out *zip.Writer, filteredZipOut *zip.Writer, filter filterFunc, method uint16) error { 147 …me string, in io.Reader, out, filteredZipOut *zip.Writer, filter filterFunc, method uint16) error { 162 func write(out *zip.Writer, in io.Reader, name string, method uint16) error {
|
/external/coreboot/util/autoport/ |
D | root.go | 44 func RegisterPCI(VenID uint16, DevID uint16, dev PCIDevice) {
|
/external/dng_sdk/source/ |
D | dng_types.h | 47 typedef uint16_t uint16; typedef 63 typedef unsigned short uint16; typedef
|
/external/bazelbuild-rules_go/go/tools/coverdata/ |
D | coverdata.go | 37 func RegisterFile(fileName string, counter []uint32, pos []uint32, numStmts []uint16) {
|
/external/libtextclassifier/native/lang_id/common/lite_base/ |
D | integral-types.h | 33 typedef unsigned short uint16; // NOLINT typedef
|