Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha256.c268 const u8 *raw_key, size_t raw_key_len, in __hmac_sha256_preparekey()
300 const u8 *raw_key, size_t raw_key_len) in hmac_sha224_preparekey()
308 const u8 *raw_key, size_t raw_key_len) in hmac_sha256_preparekey()
324 const u8 *raw_key, size_t raw_key_len) in hmac_sha224_init_usingrawkey()
333 const u8 *raw_key, size_t raw_key_len) in hmac_sha256_init_usingrawkey()
396 void hmac_sha224_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha224_usingrawkey()
408 void hmac_sha256_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha256_usingrawkey()
H A Dsha512.c254 const u8 *raw_key, size_t raw_key_len, in __hmac_sha512_preparekey()
286 const u8 *raw_key, size_t raw_key_len) in hmac_sha384_preparekey()
294 const u8 *raw_key, size_t raw_key_len) in hmac_sha512_preparekey()
310 const u8 *raw_key, size_t raw_key_len) in hmac_sha384_init_usingrawkey()
320 const u8 *raw_key, size_t raw_key_len) in hmac_sha512_init_usingrawkey()
384 void hmac_sha384_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha384_usingrawkey()
396 void hmac_sha512_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha512_usingrawkey()
H A Dsha1.c240 const u8 *raw_key, size_t raw_key_len) in __hmac_sha1_preparekey()
267 const u8 *raw_key, size_t raw_key_len) in hmac_sha1_preparekey()
283 const u8 *raw_key, size_t raw_key_len) in hmac_sha1_init_usingrawkey()
321 void hmac_sha1_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha1_usingrawkey()
/linux/fs/crypto/
H A Dkeysetup.c101 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher()
154 const u8 *raw_key, const struct fscrypt_inode_info *ci) in fscrypt_prepare_key()
187 const u8 *raw_key) in fscrypt_set_per_file_enc_key()
H A Dkeysetup_v1.c172 const u8 *raw_key, in find_or_insert_direct_key()
213 fscrypt_get_direct_key(const struct fscrypt_inode_info *ci, const u8 *raw_key) in fscrypt_get_direct_key()
/linux/crypto/
H A Dsha512.c161 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha384_setkey()
213 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha512_setkey()
H A Dsha256.c155 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha224_setkey()
207 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha256_setkey()
H A Dsha1.c101 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha1_setkey()
/linux/drivers/crypto/ccp/
H A Dccp-crypto-rsa.c130 struct rsa_key raw_key; in ccp_rsa_setkey() local
/linux/block/
H A Dblk-crypto.c477 u8 raw_key[BLK_CRYPTO_MAX_RAW_KEY_SIZE]; in blk_crypto_ioctl_import_key() local
/linux/drivers/soc/qcom/
H A Dice.c503 const u8 *raw_key, size_t raw_key_size, in qcom_ice_import_key()
/linux/lib/crypto/tests/
H A Dhash-test-template.h604 u8 *raw_key; in test_hmac() local
/linux/drivers/md/
H A Ddm-table.c1216 const u8 *raw_key; member
1328 const u8 *raw_key, size_t raw_key_size, in dm_import_key()
/linux/drivers/ufs/host/
H A Dufs-qcom.c277 const u8 *raw_key, size_t raw_key_size, in ufs_qcom_ice_import_key()
/linux/drivers/firmware/qcom/
H A Dqcom_scm.c1459 int qcom_scm_import_ice_key(const u8 *raw_key, size_t raw_key_size, in qcom_scm_import_ice_key()