/external/boringssl/src/ssl/test/runner/ |
D | poly1305.go | 37 func poly1305Verify(mac *[16]byte, m []byte, key *[32]byte) bool { 46 func poly1305Sum(out *[16]byte, m []byte, key *[32]byte) {
|
D | prf.go | 19 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) { 26 func pHash(result, secret, seed []byte, hash func() hash.Hash) { 51 func prf10(result, secret, label, seed []byte) { 82 func prf30(result, secret, label, seed []byte) { 145 …et(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte { 157 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 166 …et(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, ke… 268 func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte {
|
D | dtls.go | 108 func (c *Conn) makeFragment(header, data []byte, fragOffset, fragLen int) []byte { 118 func (c *Conn) dtlsWriteRecord(typ recordType, data []byte) (n int, err error) { 265 func (c *Conn) dtlsSealRecord(typ recordType, data []byte) (b *block, err error) { 322 func (c *Conn) dtlsWriteRawRecord(typ recordType, data []byte) (n int, err error) {
|
D | cipher_suites.go | 131 func cipherRC4(key, iv []byte, isRead bool) interface{} { 136 func cipher3DES(key, iv []byte, isRead bool) interface{} { 144 func cipherAES(key, iv []byte, isRead bool) interface{} { 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 { 203 MAC(digestBuf, seq, header, length, data []byte) []byte 229 func aeadAESGCM(key, fixedNonce []byte) *tlsAead { 246 func aeadCHACHA20POLY1305(key, fixedNonce []byte) *tlsAead {
|
D | chacha20_poly1305.go | 32 func chaCha20Block(state *[16]uint32, out []byte) { 54 func sliceForAppend(in []byte, n int) (head, tail []byte) { 69 func newChaCha20Poly1305(key []byte) (cipher.AEAD, error) {
|
D | key_agreement.go | 170 func sha1Hash(slices [][]byte) []byte { 180 func md5SHA1Hash(slices [][]byte) []byte { 194 func hashForServerKeyExchange(sigType, hashFunc uint8, version uint16, slices ...[]byte) ([]byte, c… 254 …ert *Certificate, clientHello *clientHelloMsg, hello *serverHelloMsg, params []byte) (*serverKeyEx… 255 …ientHelloMsg, serverHello *serverHelloMsg, cert *x509.Certificate, params []byte, sig []byte) error 720 func makePSKPremaster(otherSecret, psk []byte) []byte {
|
D | tls.go | 188 func X509KeyPair(certPEMBlock, keyPEMBlock []byte) (cert Certificate, err error) { 262 func parsePrivateKey(der []byte) (crypto.PrivateKey, error) {
|
/external/marisa-trie/v0_1_5/tests/ |
D | io-test.cc | 61 char byte; in TestFilename() local 78 char byte; in TestFilename() local 90 char byte; in TestFilename() local 140 char byte; in TestFd() local 188 char byte; in TestFile() local 221 char byte; in TestStream() local
|
/external/marisa-trie/tests/ |
D | io-test.cc | 60 char byte; in TestFilename() local 77 char byte; in TestFilename() local 89 char byte; in TestFilename() local 139 char byte; in TestFd() local 187 char byte; in TestFile() local 220 char byte; in TestStream() local
|
/external/clang/test/Sema/ |
D | inline-asm-validate-aarch64.c | 6 uint8_t byte; in constraint_r() local 17 uint8_t byte; in constraint_r_symbolic() local 30 uint8_t byte; in constraint_r_symbolic_macro() local
|
/external/elfutils/src/libcpu/ |
D | i386_data.h | 397 uint_fast8_t byte = modrm & 7; in FCT_MOD$R_M() local 427 uint_fast8_t byte = modrm & 7; in FCT_Mod$R_m() local 782 int8_t byte = *(*d->param_start)++; in FCT_imms() local 858 int_fast8_t byte = *(*d->param_start)++; in FCT_imms8() local 882 uint_fast8_t byte = *(*d->param_start)++; in FCT_imm8() local 919 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_mmxreg() local 1115 uint_fast8_t byte = modrm & 7; in FCT_mod$16r_m() local 1140 uint_fast8_t byte = modrm & 7; in FCT_mod$64r_m() local 1163 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg() local 1217 uint_fast8_t byte = d->data[d->opoff1 / 8]; in FCT_reg64() local [all …]
|
/external/lldb/source/Core/ |
D | Stream.cpp | 76 uint8_t byte = sval & 0x7fu; in PutSLEB128() local 110 uint8_t byte = uval & 0x7fu; in PutULEB128() local 561 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false) in PutHex16() local 566 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false) in PutHex16() local 582 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false) in PutHex32() local 587 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false) in PutHex32() local 603 for (size_t byte = 0; byte < sizeof(uvalue); ++byte, add_prefix = false) in PutHex64() local 608 for (size_t byte = sizeof(uvalue)-1; byte < sizeof(uvalue); --byte, add_prefix = false) in PutHex64() local
|
/external/libavc/encoder/ |
D | ih264e_cavlc.c | 1017 WORD32 byte; in ih264e_write_islice_mb_cavlc() local 1067 WORD32 byte; in ih264e_write_islice_mb_cavlc() local 1286 WORD32 byte; in ih264e_write_pslice_mb_cavlc() local 1339 WORD32 byte; in ih264e_write_pslice_mb_cavlc() local 1585 WORD32 byte; in ih264e_write_bslice_mb_cavlc() local 1638 WORD32 byte; in ih264e_write_bslice_mb_cavlc() local
|
/external/v8/src/ |
D | disasm.h | 10 typedef unsigned char byte; typedef
|
D | regexp-macro-assembler-irregexp-inl.h | 21 void RegExpMacroAssemblerIrregexp::Emit(uint32_t byte, in Emit()
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
D | nfc_hal_nci.c | 179 static BOOLEAN nfc_hal_nci_receive_nci_msg (tNFC_HAL_NCIT_CB *p_cb, UINT8 byte) in nfc_hal_nci_receive_nci_msg() 276 static BOOLEAN nfc_hal_nci_receive_bt_msg (tNFC_HAL_NCIT_CB *p_cb, UINT8 byte) in nfc_hal_nci_receive_bt_msg() 478 BOOLEAN nfc_hal_nci_receive_msg (UINT8 byte) in nfc_hal_nci_receive_msg()
|
/external/liblzf/ |
D | crc32.h | 62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) argument
|
/external/libunwind/src/mi/ |
D | _ReadULEB.c | 7 unw_word_t byte, result = 0; in _ReadULEB() local
|
D | _ReadSLEB.c | 7 unw_word_t byte, result = 0; in _ReadSLEB() local
|
/external/elfutils/src/libasm/ |
D | asm_adduleb128.c | 60 uint32_t byte; local
|
D | asm_addsleb128.c | 60 uint32_t byte; local
|
/external/vboot_reference/firmware/lib/cgptlib/ |
D | crc32.c | 104 uint8_t *byte = (uint8_t *)buffer; in Crc32() local
|
/external/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 21 uint8_t* byte = reinterpret_cast<uint8_t*>(&packed); in pack_unpremul_rgba() local 31 uint8_t* byte = reinterpret_cast<uint8_t*>(&packed); in pack_unpremul_bgra() local
|
/external/google-breakpad/src/common/dwarf/ |
D | bytereader-inl.h | 97 unsigned char byte; in ReadUnsignedLEB128() local 122 unsigned char byte; in ReadSignedLEB128() local
|
/external/boringssl/src/crypto/cipher/test/ |
D | make_legacy_aead_tests.go | 76 func newBlockCipher(name string, key []byte) (cipher.Block, error) { 93 func ssl30MAC(hash crypto.Hash, key, input, ad []byte) []byte {
|