Lines Matching defs:key

159 static int wolfssl_hmac_vector(int type, const u8 *key,  in wolfssl_hmac_vector()
185 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_md5_vector()
193 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5()
202 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha1_vector()
210 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1()
219 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha256_vector()
227 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256()
238 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha384_vector()
246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384()
257 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, in hmac_sha512_vector()
265 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, in hmac_sha512()
285 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt()
308 void * aes_encrypt_init(const u8 *key, size_t len) in aes_encrypt_init()
341 void * aes_decrypt_init(const u8 *key, size_t len) in aes_decrypt_init()
374 int aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_encrypt()
393 int aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) in aes_128_cbc_decrypt()
440 int rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, in rc4_skip()
483 const u8 *iv, const u8 *key, in crypto_cipher_init()
886 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init()
968 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
993 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
1000 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
1006 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
1309 ecc_key key; member
1774 const u8 *key, size_t len) in crypto_ecdh_set_peerkey()