Home
last modified time | relevance | path

Searched defs:key_len (Results 1 – 25 of 102) sorted by relevance

12345

/external/wpa_supplicant_8/src/crypto/
Dsha256.c26 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()
Dmd5.c26 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
101 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
Dsha1.c26 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
100 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
Dsha256-prf.c29 void sha256_prf(const u8 *key, size_t key_len, const char *label, in sha256_prf()
51 void sha256_prf_bits(const u8 *key, size_t key_len, const char *label, in sha256_prf_bits()
Dcrypto_internal.c27 size_t key_len; member
32 size_t key_len) in crypto_hash_init()
Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
Dsha1-prf.c30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf()
Dsha1-tprf.c29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, in sha1_t_prf()
Daes-ccm.c148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae()
178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
/external/srtp/crypto/hash/
Dnull_auth.c56 null_auth_alloc(auth_t **a, int key_len, int out_len) { in null_auth_alloc()
100 null_auth_init(null_auth_ctx_t *state, const uint8_t *key, int key_len) { in null_auth_init()
Dhmac.c57 hmac_alloc(auth_t **a, int key_len, int out_len) { in hmac_alloc()
112 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len) { in hmac_init()
/external/openssl/crypto/evp/
Dp_enc.c69 int EVP_PKEY_encrypt_old(unsigned char *ek, const unsigned char *key, int key_len, in EVP_PKEY_encrypt_old()
Devp_locl.h134 key_len, iv_len, flags, init_key, cleanup, \ argument
149 #define BLOCK_CIPHER_def_cbc(cname, kstruct, nid, block_size, key_len, \ argument
155 #define BLOCK_CIPHER_def_cfb(cname, kstruct, nid, key_len, \ argument
162 #define BLOCK_CIPHER_def_ofb(cname, kstruct, nid, key_len, \ argument
169 #define BLOCK_CIPHER_def_ecb(cname, kstruct, nid, block_size, key_len, \ argument
176 nid, block_size, key_len, iv_len, cbits, flags, \ argument
247 block_size, key_len, iv_len, cbits, \ argument
/external/wpa_supplicant_8/src/eap_common/
Deap_pax_common.c30 int eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_kdf()
86 int eap_pax_mac(u8 mac_id, const u8 *key, size_t key_len, in eap_pax_mac()
Deap_peap_common.c15 int peap_prfplus(int version, const u8 *key, size_t key_len, in peap_prfplus()
Dikev2_common.c56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash()
95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash()
114 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus()
189 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt()
248 int ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_decrypt()
/external/srtp/crypto/include/
Dxfm.h77 unsigned key_len; member
117 unsigned key_len; member
Dcryptoalg.h106 unsigned key_len; member
/external/srtp/crypto/cipher/
Daes_icm.c93 aes_icm_alloc_ismacryp(cipher_t **c, int key_len, int forIsmacryp) { in aes_icm_alloc_ismacryp()
132 err_status_t aes_icm_alloc(cipher_t **c, int key_len, int forIsmacryp) { in aes_icm_alloc()
Dnull_cipher.c56 null_cipher_alloc(cipher_t **c, int key_len) { in null_cipher_alloc()
/external/srtp/crypto/kernel/
Dcrypto_kernel.c412 int key_len) { in crypto_kernel_alloc_cipher()
450 int key_len, in crypto_kernel_alloc_auth()
/external/chromium/crypto/
Dhmac_unittest.cc67 const int key_len; in TEST() member
212 const int key_len = 80; in TEST() local
/external/openssl/crypto/hmac/
Dhmactest.c85 int key_len; member
/external/srtp/test/
Ddtls_srtp_driver.c127 unsigned int key_len, salt_len; in test_dtls_srtp() local
/external/bluetooth/bluedroid/stack/smp/
Dsmp_api.c326 BOOLEAN SMP_Encrypt (UINT8 *key, UINT8 key_len, in SMP_Encrypt()

12345