| /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 133 func noIV(vers uint16) int { 137 func ivLenChaCha20Poly1305(vers uint16) int { 141 func ivLenAESGCM(vers uint16) int { 148 func ivLenAES(vers uint16) int { 152 func ivLen3DES(vers uint16) int { 179 func macSHA1(version uint16, key []byte) macFunction { 191 func macMD5(version uint16, key []byte) macFunction { 203 func macSHA256(version uint16, key []byte) macFunction { [all …]
|
| D | handshake_server.go | 2215 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk… 2254 func isTLS12Cipher(id uint16) bool { 2265 func isGREASEValue(val uint16) bool { 2269 func verifyPSKBinder(version uint16, clientHello *clientHelloMsg, sessionState *sessionState, binde… 2294 func checkClientHellosEqual(a, b []byte, isDTLS bool, ignoreExtensions []uint16) error {
|
| D | prf.go | 128 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) { 142 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s… 154 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 163 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan… 185 func newFinishedHash(wireVersion uint16, isDTLS bool, cipherSuite *cipherSuite) finishedHash { 505 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in… 512 func updateTrafficSecret(hash crypto.Hash, version uint16, secret []byte) []byte { 516 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… 529 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…
|
| D | handshake_client.go | 40 func mapClientHelloVersion(vers uint16, isDTLS bool) uint16 { 2134 func generatePSKBinders(version uint16, hello *clientHelloMsg, pskCipherSuite *cipherSuite, psk, fi…
|
| /external/boringssl/src/ssl/test/runner/hpke/ |
| D | hpke.go | 72 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 83 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 93 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 104 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 137 func buildSuiteID(kemID, kdfID, aeadID uint16) []byte { 146 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 171 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 237 func expectedKeyLength(aeadID uint16) int { 249 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
| D | kem.go | 29 func getKDFHash(kdfID uint16) crypto.Hash {
|
| /external/dng_sdk/source/ |
| D | dng_types.h | 47 typedef uint16_t uint16; typedef 63 typedef unsigned short uint16; typedef
|
| /external/boringssl/src/ssl/test/runner/hrss/ |
| D | hrss.go | 664 func mul(out, scratch, a, b []uint16) { 752 func mod3ToModQ(n uint16) uint16 { 758 func modQToMod3(n uint16) (uint16, int) { 764 func mod3ResultToModQ(n uint16) uint16 { 896 func (a *poly) cswap(b *poly, swap uint16) {
|
| /external/libtextclassifier/native/lang_id/common/lite_base/ |
| D | integral-types.h | 33 typedef unsigned short uint16; // NOLINT typedef
|
| /external/tensorflow/tensorflow/core/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/icing/icing/text_classifier/lib3/utils/base/ |
| D | integral_types.h | 32 typedef unsigned short uint16; // NOLINT typedef
|
| /external/libtextclassifier/native/utils/base/ |
| D | integral_types.h | 34 typedef unsigned short uint16; // NOLINT typedef
|
| /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/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/tflite-support/tensorflow_lite_support/cc/port/ |
| D | integral_types.h | 29 typedef unsigned short uint16; typedef
|
| /external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
| D | basic_types.h | 36 typedef uint16_t uint16; typedef
|
| /external/libyuv/files/include/libyuv/ |
| D | basic_types.h | 38 typedef uint16_t uint16; typedef
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | type_int.hpp | 25 typedef std::uint16_t uint16; typedef 212 typedef detail::uint16 uint16; typedef
|
| /external/piex/src/binary_parse/ |
| D | range_checked_byte_ptr.h | 31 typedef unsigned short uint16; // NOLINT typedef
|
| /external/dynamic_depth/internal/base/ |
| D | integral_types.h | 44 typedef unsigned short uint16; // NOLINT typedef
|