| /external/boringssl/src/ssl/test/runner/ |
| D | cipher_suites.go | 31 …generateServerKeyExchange(*Config, *Certificate, *clientHelloMsg, *serverHelloMsg, uint16) (*serve… argument 32 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 132 func ivLenChaCha20Poly1305(vers uint16) int { 136 func ivLenAESGCM(vers uint16) int { 143 func ivLenAES(vers uint16) int { 147 func ivLen3DES(vers uint16) int { 174 func macSHA1(version uint16, key []byte) macFunction { 178 func macMD5(version uint16, key []byte) macFunction { 182 func macSHA256(version uint16, key []byte) macFunction { 186 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
| D | handshake_server.go | 2360 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2399 func isTLS12Cipher(id uint16) bool { 2410 func isGREASEValue(val uint16) bool { 2414 func verifyPSKBinder(version uint16, clientHello *clientHelloMsg, sessionState *sessionState, binde… 2439 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
| D | prf.go | 120 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 132 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 144 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 153 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 175 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 454 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in… 461 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte) []byte { 465 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… 478 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
|
| 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 | 29 func selectSignatureAlgorithm(version uint16, key crypto.PrivateKey, config *Config, peerSigAlgs []… 54 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, … 70 func verifyMessage(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorithm,… 275 func getSigner(version uint16, key interface{}, config *Config, sigAlg signatureAlgorithm, isVerify…
|
| /external/cronet/third_party/boringssl/src/ssl/test/runner/ |
| D | cipher_suites.go | 31 …generateServerKeyExchange(*Config, *Certificate, *clientHelloMsg, *serverHelloMsg, uint16) (*serve… argument 32 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error) argument 132 func ivLenChaCha20Poly1305(vers uint16) int { 136 func ivLenAESGCM(vers uint16) int { 143 func ivLenAES(vers uint16) int { 147 func ivLen3DES(vers uint16) int { 174 func macSHA1(version uint16, key []byte) macFunction { 178 func macMD5(version uint16, key []byte) macFunction { 182 func macSHA256(version uint16, key []byte) macFunction { 186 func macSHA384(version uint16, key []byte) macFunction { [all …]
|
| D | handshake_server.go | 2360 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2399 func isTLS12Cipher(id uint16) bool { 2410 func isGREASEValue(val uint16) bool { 2414 func verifyPSKBinder(version uint16, clientHello *clientHelloMsg, sessionState *sessionState, binde… 2439 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
| D | prf.go | 120 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 132 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 144 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 153 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 175 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 454 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in… 461 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte) []byte { 465 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… 478 func deriveSessionPSK(suite *cipherSuite, version uint16, masterSecret []byte, nonce []byte) []byte…
|
| 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 | 29 func selectSignatureAlgorithm(version uint16, key crypto.PrivateKey, config *Config, peerSigAlgs []… 54 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, … 70 func verifyMessage(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorithm,… 275 func getSigner(version uint16, key interface{}, config *Config, sigAlg signatureAlgorithm, isVerify…
|
| /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/cronet/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/dng_sdk/source/ |
| D | dng_types.h | 47 typedef uint16_t uint16; typedef 63 typedef unsigned short uint16; typedef
|
| /external/libtextclassifier/native/lang_id/common/lite_base/ |
| D | integral-types.h | 33 typedef unsigned short uint16; // NOLINT typedef
|
| /external/tensorflow/tensorflow/tsl/platform/default/ |
| D | integral_types.h | 32 typedef unsigned short uint16; typedef
|
| /external/flatbuffers/python/flatbuffers/ |
| D | packer.py | 28 uint16 = struct.Struct("<H") variable
|
| /external/mesa3d/src/gallium/drivers/svga/include/ |
| D | svga_types.h | 39 typedef uint16_t uint16; typedef
|
| /external/libtextclassifier/native/utils/base/ |
| D | integral_types.h | 34 typedef unsigned short uint16; // NOLINT typedef
|
| /external/icing/icing/text_classifier/lib3/utils/base/ |
| D | integral_types.h | 32 typedef unsigned short uint16; // NOLINT typedef
|
| /external/libcap/contrib/seccomp/ |
| D | explore.go | 101 func bpfStmt(code uint16, k uint32) SockFilter { 105 func bpfJump(code uint16, k uint32, jt uint8, jf uint8) SockFilter {
|
| /external/grpc-grpc/third_party/nanopb/tests/intsizes/ |
| D | intsizes_unittests.c | 13 int16, uint16, sint16, \ argument
|
| /external/nanopb-c/tests/intsizes/ |
| D | intsizes_unittests.c | 13 int16, uint16, sint16, \ argument
|
| /external/tflite-support/tensorflow_lite_support/cc/port/ |
| D | integral_types.h | 29 typedef unsigned short uint16; typedef
|
| /external/libaom/third_party/libyuv/include/libyuv/ |
| D | basic_types.h | 38 typedef uint16_t uint16; typedef
|
| /external/libyuv/files/include/libyuv/ |
| D | basic_types.h | 38 typedef uint16_t uint16; typedef
|