/external/scapy/scapy/layers/tls/crypto/ |
D | cipher_block.py | 114 key_len = 16 variable in Cipher_AES_128_CBC 117 key_len = 32 variable in Cipher_AES_256_CBC 124 key_len = 16 variable in Cipher_CAMELLIA_128_CBC 127 key_len = 32 variable in Cipher_CAMELLIA_256_CBC 137 key_len = 8 variable in Cipher_DES_CBC 149 key_len = 5 variable in Cipher_DES40_CBC 155 key_len = 24 variable in Cipher_3DES_EDE_CBC 161 key_len = 16 variable in Cipher_IDEA_CBC 167 key_len = 16 variable in Cipher_SEED_CBC 209 key_len = 16 variable in Cipher_RC2_CBC [all …]
|
D | cipher_aead.py | 226 key_len = 16 variable in Cipher_AES_128_GCM 230 key_len = 32 variable in Cipher_AES_256_GCM 236 key_len = 16 variable in Cipher_AES_128_CCM 240 key_len = 32 variable in Cipher_AES_256_CCM 246 key_len = 32 variable in Cipher_AES_256_CCM_8 374 key_len = 32 variable in Cipher_CHACHA20_POLY1305_TLS13 395 key_len = 16 variable in Cipher_AES_128_GCM_TLS13 400 key_len = 32 variable in Cipher_AES_256_GCM_TLS13 406 key_len = 16 variable in Cipher_AES_128_CCM_TLS13
|
D | cipher_stream.py | 108 key_len = 16 variable in Cipher_RC4_128 112 key_len = 5 variable in Cipher_RC4_40 116 key_len = 0 variable in Cipher_NULL
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_tls.c | 63 static int aead_tls_init(EVP_AEAD_CTX *ctx, const uint8_t *key, size_t key_len, in aead_tls_init() 396 size_t key_len, size_t tag_len, in aead_aes_128_cbc_sha1_tls_init() 403 EVP_AEAD_CTX *ctx, const uint8_t *key, size_t key_len, size_t tag_len, in aead_aes_128_cbc_sha1_tls_implicit_iv_init() 410 const uint8_t *key, size_t key_len, in aead_aes_128_cbc_sha256_tls_init() 418 size_t key_len, size_t tag_len, in aead_aes_256_cbc_sha1_tls_init() 425 EVP_AEAD_CTX *ctx, const uint8_t *key, size_t key_len, size_t tag_len, in aead_aes_256_cbc_sha1_tls_implicit_iv_init() 432 const uint8_t *key, size_t key_len, in aead_aes_256_cbc_sha256_tls_init() 440 const uint8_t *key, size_t key_len, in aead_aes_256_cbc_sha384_tls_init() 448 const uint8_t *key, size_t key_len, in aead_des_ede3_cbc_sha1_tls_init() 456 EVP_AEAD_CTX *ctx, const uint8_t *key, size_t key_len, size_t tag_len, in aead_des_ede3_cbc_sha1_tls_implicit_iv_init() [all …]
|
D | e_aesccm.c | 46 size_t key_len, size_t tag_len, unsigned M, in aead_aes_ccm_init() 156 size_t key_len, size_t tag_len) { in aead_aes_ccm_bluetooth_init() 182 size_t key_len, size_t tag_len) { in aead_aes_ccm_bluetooth_8_init()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_gnutls.c | 101 static int gnutls_hmac_vector(int algo, const u8 *key, size_t key_len, in gnutls_hmac_vector() 128 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 136 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() 143 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() 160 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() 168 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() 179 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() 187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() 198 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() [all …]
|
D | crypto_nettle.c | 108 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 126 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() 133 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 151 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() 160 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() 178 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() 189 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() 207 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() 218 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() 236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512() [all …]
|
D | sha384.c | 26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() 100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
|
D | sha512.c | 26 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector() 100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
|
D | sha256.c | 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() 100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
|
D | md5.c | 26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 105 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
|
D | sha1.c | 26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
|
D | crypto_linux.c | 58 size_t key_len, size_t num_elem, in linux_af_alg_hash_vector() 171 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector() 179 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() 186 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector() 194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() 201 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector() 209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() 216 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector() 224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() 240 size_t key_len) in crypto_hash_init() [all …]
|
D | sha384-prf.c | 30 int sha384_prf(const u8 *key, size_t key_len, const char *label, in sha384_prf() 54 int sha384_prf_bits(const u8 *key, size_t key_len, const char *label, in sha384_prf_bits()
|
D | sha512-prf.c | 30 int sha512_prf(const u8 *key, size_t key_len, const char *label, in sha512_prf() 54 int sha512_prf_bits(const u8 *key, size_t key_len, const char *label, in sha512_prf_bits()
|
D | sha256-prf.c | 30 int sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf() 54 int sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
|
D | aes-siv.c | 64 static int aes_s2v(const u8 *key, size_t key_len, in aes_s2v() 119 int aes_siv_encrypt(const u8 *key, size_t key_len, in aes_siv_encrypt() 162 int aes_siv_decrypt(const u8 *key, size_t key_len, in aes_siv_decrypt()
|
D | crypto_internal.c | 35 size_t key_len; member 40 size_t key_len) in crypto_hash_init()
|
/external/boringssl/src/crypto/evp/ |
D | pbkdf.c | 67 const EVP_MD *digest, size_t key_len, uint8_t *out_key) { in PKCS5_PBKDF2_HMAC() 142 unsigned iterations, size_t key_len, in PKCS5_PBKDF2_HMAC_SHA1()
|
/external/boringssl/src/crypto/fipsmodule/hmac/ |
D | hmac.c | 68 uint8_t *HMAC(const EVP_MD *evp_md, const void *key, size_t key_len, in HMAC() 114 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, size_t key_len, in HMAC_Init_ex() 218 int HMAC_Init(HMAC_CTX *ctx, const void *key, int key_len, const EVP_MD *md) { in HMAC_Init()
|
/external/curl/lib/ |
D | hash.c | 85 mk_hash_element(const void *key, size_t key_len, const void *p) in mk_hash_element() 109 Curl_hash_add(struct curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add() 139 int Curl_hash_delete(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_delete() 160 Curl_hash_pick(struct curl_hash *h, void *key, size_t key_len) in Curl_hash_pick()
|
/external/webrtc/talk/session/media/ |
D | externalhmac.cc | 92 err_status_t external_hmac_alloc(auth_t** a, int key_len, int out_len) { in external_hmac_alloc() 135 int key_len) { in external_hmac_init()
|
/external/e2fsprogs/lib/ext2fs/ |
D | hashmap.c | 31 size_t key_len) in ext2fs_hashmap_add() 52 size_t key_len) in ext2fs_hashmap_lookup()
|
/external/vboot_reference/firmware/lib/cryptolib/ |
D | rsa_utility.c | 16 int key_len; /* Key length in bytes. (int type matches siglen_map) */ in RSAProcessedKeySize() local 51 uint64_t key_len; in RSAPublicKeyFromBuf() local
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_pax_common.c | 30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf() 87 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac()
|