Home
last modified time | relevance | path

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

12

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go31 processClientKeyExchange(*Config, *Certificate, *clientKeyExchangeMsg, uint16) ([]byte, error) argument
151 func noIV(vers uint16) int {
155 func ivLenChaCha20Poly1305(vers uint16) int {
159 func ivLenAESGCM(vers uint16) int {
166 func ivLenAES(vers uint16) int {
170 func ivLen3DES(vers uint16) int {
202 func macSHA1(version uint16, key []byte) macFunction {
214 func macMD5(version uint16, key []byte) macFunction {
226 func macSHA256(version uint16, key []byte) macFunction {
238 func macSHA384(version uint16, key []byte) macFunction {
[all …]
Dhandshake_server.go1920 func (c *Conn) tryCipherSuite(id uint16, supportedCipherSuites []uint16, version uint16, ellipticOk…
1962 func isTLS12Cipher(id uint16) bool {
1973 func isGREASEValue(val uint16) bool {
Dshim_ticket.go180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) {
216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
Dsign.go28 func selectSignatureAlgorithm(version uint16, key crypto.PrivateKey, config *Config, peerSigAlgs []…
53 func signMessage(version uint16, key crypto.PrivateKey, config *Config, sigAlg signatureAlgorithm, …
69 func verifyMessage(version uint16, key crypto.PublicKey, config *Config, sigAlg signatureAlgorithm,…
245 func getSigner(version uint16, key interface{}, config *Config, sigAlg signatureAlgorithm) (signer,…
Dprf.go126 func prfForVersion(version uint16, suite *cipherSuite) func(result, secret, label, seed []byte) {
140 func masterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, s…
152 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
161 func keysFromMasterSecret(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRan…
183 func newFinishedHash(version uint16, cipherSuite *cipherSuite) finishedHash {
460 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in…
Ddtls.go26 func versionToWire(vers uint16, isDTLS bool) uint16 {
46 func wireToVersion(vers uint16, isDTLS bool) (uint16, bool) {
/external/dng_sdk/source/
Ddng_types.h47 typedef uint16_t uint16; typedef
63 typedef unsigned short uint16; typedef
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_int.hpp48 typedef std::uint16_t uint16; typedef
95 typedef detail::uint16 uint16; typedef
/external/libtextclassifier/util/base/
Dintegral_types.h32 typedef unsigned short uint16; // NOLINT 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/flatbuffers/python/flatbuffers/
Dpacker.py28 uint16 = struct.Struct("<H") variable
/external/syslinux/gpxe/src/include/
Dstdint.h30 typedef uint16_t uint16; typedef
/external/flatbuffers/tests/MyGame/Example/
DStat.go70 func StatAddCount(builder *flatbuffers.Builder, count uint16) {
/external/piex/src/binary_parse/
Drange_checked_byte_ptr.h31 typedef unsigned short uint16; // NOLINT typedef
/external/regex-re2/util/
Dutil.h70 typedef uint16_t uint16; typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h60 typedef unsigned short uint16; // NOLINT typedef
/external/libyuv/files/include/libyuv/
Dbasic_types.h60 typedef unsigned short uint16; // NOLINT typedef
/external/protobuf/src/google/protobuf/stubs/
Dport.h108 typedef unsigned __int16 uint16; typedef
118 typedef unsigned short uint16; typedef
/external/flatbuffers/go/
Dencode.go147 func WriteUint16(buf []byte, n uint16) {
/external/stressapptest/src/
Dsattypes.h44 typedef unsigned short uint16; typedef
/external/libyuv/files/util/
Dssim.cc20 typedef unsigned short uint16; // NOLINT typedef
/external/neven/Embedded/common/src/b_BasicEm/
DBasic.h56 typedef unsigned short uint16; typedef
/external/vulkan-validation-layers/libs/glm/gtc/
Dtype_precision.hpp488 typedef detail::uint16 uint16; typedef
/external/clang/lib/Headers/
Dopencl-c.h107 typedef uint uint16 __attribute__((ext_vector_type(16))); typedef

12