Home
last modified time | relevance | path

Searched defs:uint16 (Results 1 – 18 of 18) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go30 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error) argument
153 func macSHA1(version uint16, key []byte) macFunction {
165 func macMD5(version uint16, key []byte) macFunction {
177 func macSHA256(version uint16, key []byte) macFunction {
189 func macSHA384(version uint16, key []byte) macFunction {
309 func rsaKA(version uint16) keyAgreement {
313 func ecdheECDSAKA(version uint16) keyAgreement {
322 func ecdheRSAKA(version uint16) keyAgreement {
331 func dheRSAKA(version uint16) keyAgreement {
340 func pskKA(version uint16) keyAgreement {
[all …]
Dprf.go127 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {
145 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s…
157 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
166 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan…
209 func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash {
Dhandshake_server.go998 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk…
Ddtls.go26 func versionToWire(vers uint16, isDTLS bool) uint16 {
33 func wireToVersion(vers uint16, isDTLS bool) uint16 {
Dkey_agreement.go194 func hashForServerKeyExchange(sigType, hashFunc uint8, version uint16, slices ...[]byte) ([]byte, c…
Dhandshake_messages.go1816 func eqUint16s(x, y []uint16) bool {
/external/openfst/src/include/fst/
Dtypes.h34 typedef uint16_t uint16; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h39 typedef uint16_t uint16; typedef
/external/google-breakpad/src/common/dwarf/
Dtypes.h44 typedef unsigned short uint16; typedef
/external/libyuv/files/include/libyuv/
Dbasic_types.h57 typedef unsigned short uint16; // NOLINT typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h60 typedef unsigned short uint16; // NOLINT typedef
/external/regex-re2/util/
Dutil.h70 typedef uint16_t uint16; typedef
/external/lldb/include/lldb/Core/
DRegisterValue.h386 uint16_t uint16; member
/external/protobuf/src/google/protobuf/stubs/
Dcommon.h166 typedef unsigned __int16 uint16; typedef
176 typedef uint16_t uint16; typedef
/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h56 typedef unsigned short uint16; typedef
/external/lldb/tools/debugserver/source/
DDNBDefs.h286 uint16_t uint16; member
/external/v8/src/compiler/
Dtyper.cc36 Type* uint16 = NATIVE_TYPE(UnsignedSmall, UntaggedInt16); in Typer() local
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py115 def uint16(self): member in BinaryReader