Home
last modified time | relevance | path

Searched defs:raw_key (Results 1 – 12 of 12) sorted by relevance

/linux/lib/crypto/
H A Dsha512.c255 const u8 *raw_key, size_t raw_key_len, in __hmac_sha512_preparekey() argument
287 const u8 *raw_key, size_t raw_key_len) in hmac_sha384_preparekey() argument
295 const u8 *raw_key, size_t raw_key_len) in hmac_sha512_preparekey() argument
311 const u8 *raw_key, size_t raw_key_len) in hmac_sha384_init_usingrawkey() argument
321 hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx * ctx,const u8 * raw_key,size_t raw_key_len) hmac_sha512_init_usingrawkey() argument
385 hmac_sha384_usingrawkey(const u8 * raw_key,size_t raw_key_len,const u8 * data,size_t data_len,u8 out[SHA384_DIGEST_SIZE]) hmac_sha384_usingrawkey() argument
397 hmac_sha512_usingrawkey(const u8 * raw_key,size_t raw_key_len,const u8 * data,size_t data_len,u8 out[SHA512_DIGEST_SIZE]) hmac_sha512_usingrawkey() argument
[all...]
H A Dsha256.c330 const u8 *raw_key, size_t raw_key_len, in __hmac_sha256_preparekey() argument
362 const u8 *raw_key, size_t raw_key_len) in hmac_sha224_preparekey() argument
370 const u8 *raw_key, size_t raw_key_len) in hmac_sha256_preparekey() argument
386 const u8 *raw_key, size_t raw_key_len) in hmac_sha224_init_usingrawkey() argument
395 hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx * ctx,const u8 * raw_key,size_t raw_key_len) hmac_sha256_init_usingrawkey() argument
458 hmac_sha224_usingrawkey(const u8 * raw_key,size_t raw_key_len,const u8 * data,size_t data_len,u8 out[SHA224_DIGEST_SIZE]) hmac_sha224_usingrawkey() argument
470 hmac_sha256_usingrawkey(const u8 * raw_key,size_t raw_key_len,const u8 * data,size_t data_len,u8 out[SHA256_DIGEST_SIZE]) hmac_sha256_usingrawkey() argument
[all...]
H A Dmd5.c209 const u8 *raw_key, size_t raw_key_len) in __hmac_md5_preparekey()
236 const u8 *raw_key, size_t raw_key_len) in hmac_md5_preparekey()
251 const u8 *raw_key, size_t raw_key_len) in hmac_md5_init_usingrawkey()
289 void hmac_md5_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_md5_usingrawkey()
/linux/fs/crypto/
H A Dkeysetup.c99 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher()
152 const u8 *raw_key, const struct fscrypt_inode_info *ci) in fscrypt_prepare_key()
179 const u8 *raw_key) in fscrypt_set_per_file_enc_key()
H A Dkeysetup_v1.c129 const u8 *raw_key, in find_or_insert_direct_key()
176 fscrypt_get_direct_key(const struct fscrypt_inode_info *ci, const u8 *raw_key) in fscrypt_get_direct_key()
/linux/crypto/
H A Dsha256.c188 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha224_setkey()
255 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha256_setkey()
H A Dsha512.c194 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha384_setkey()
261 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha512_setkey()
H A Dmd5.c119 const u8 *raw_key, unsigned int keylen) in crypto_hmac_md5_setkey()
H A Dsha1.c123 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha1_setkey()
/linux/net/sctp/
H A Dendpointola.c40 u8 raw_key[SCTP_COOKIE_KEY_SIZE]; in gen_cookie_auth_key() local
/linux/lib/crypto/tests/
H A Dhash-test-template.h489 u8 *raw_key; test_hmac() local
/linux/drivers/firmware/qcom/
H A Dqcom_scm.c1745 int qcom_scm_import_ice_key(const u8 *raw_key, size_t raw_key_size, in qcom_scm_import_ice_key()