Lines Matching defs:key_len
308 struct crypto_hash *crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) in crypto_hash_init()
390 size_t key_len, in hmac_vector()
419 int hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size… in hmac_sha512_vector()
424 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) in hmac_sha512()
429 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size… in hmac_sha384_vector()
434 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) in hmac_sha384()
439 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size… in hmac_sha256_vector()
444 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) in hmac_sha256()
450 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t… in hmac_sha1_vector()
455 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) in hmac_sha1()
462 int hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t … in hmac_md5_vector()
467 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) in hmac_md5()
563 size_t key_len, in hmac_prf_bits()
627 …const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t… in sha512_prf()
633 …const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t… in sha384_prf()
645 size_t key_len, in hmac_prf256()
684 …const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t… in sha256_prf()
694 …const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 *buf, size_t… in sha256_prf_bits()
705 int sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 … in sha1_prf()
740 …const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t… in sha1_t_prf()
880 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t… in omac1_aes_vector()
973 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, u8 *data, size_t data_len) in aes_ctr_encrypt()
1061 …cipher *crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) in crypto_cipher_init()