Searched defs:raw_key (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/fs/crypto/ |
| D | keysetup.c | 74 fscrypt_allocate_skcipher(struct fscrypt_mode *mode, const u8 *raw_key, in fscrypt_allocate_skcipher() 124 const u8 *raw_key, const struct fscrypt_info *ci) in fscrypt_prepare_key() 152 int fscrypt_set_per_file_enc_key(struct fscrypt_info *ci, const u8 *raw_key) in fscrypt_set_per_file_enc_key()
|
| D | keysetup_v1.c | 180 const u8 *raw_key, const struct fscrypt_info *ci) in find_or_insert_direct_key() 220 fscrypt_get_direct_key(const struct fscrypt_info *ci, const u8 *raw_key) in fscrypt_get_direct_key()
|
| D | inline_crypt.c | 127 const u8 *raw_key, in fscrypt_prepare_inline_crypt_key()
|
| D | fscrypt_private.h | 384 const u8 *raw_key, in fscrypt_prepare_inline_crypt_key()
|
| /kernel/linux/linux-5.10/crypto/ |
| D | rsa.c | 160 struct rsa_key raw_key = {0}; in rsa_set_pub_key() local 194 struct rsa_key raw_key = {0}; in rsa_set_priv_key() local
|
| /kernel/linux/linux-4.19/fs/crypto/ |
| D | keyinfo.c | 242 static int init_essiv_generator(struct fscrypt_info *ci, const u8 *raw_key, in init_essiv_generator() 284 u8 *raw_key = NULL; in fscrypt_get_encryption_info() local
|
| /kernel/linux/linux-4.19/crypto/ |
| D | rsa.c | 271 struct rsa_key raw_key = {0}; in rsa_set_pub_key() local 305 struct rsa_key raw_key = {0}; in rsa_set_priv_key() local
|
| /kernel/linux/linux-4.19/drivers/crypto/caam/ |
| D | caampkc.c | 805 struct rsa_key raw_key = {NULL}; in caam_rsa_set_pub_key() local 848 struct rsa_key *raw_key) in caam_rsa_set_priv_key_form() 909 struct rsa_key raw_key = {NULL}; in caam_rsa_set_priv_key() local
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| D | caampkc.c | 936 struct rsa_key raw_key = {NULL}; in caam_rsa_set_pub_key() local 977 struct rsa_key *raw_key) in caam_rsa_set_priv_key_form() 1038 struct rsa_key raw_key = {NULL}; in caam_rsa_set_priv_key() local
|
| /kernel/linux/linux-5.10/drivers/crypto/ccp/ |
| D | ccp-crypto-rsa.c | 130 struct rsa_key raw_key; in ccp_rsa_setkey() local
|
| /kernel/linux/linux-4.19/drivers/crypto/ccp/ |
| D | ccp-crypto-rsa.c | 134 struct rsa_key raw_key; in ccp_rsa_setkey() local
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-crypto.c | 319 int blk_crypto_init_key(struct blk_crypto_key *blk_key, const u8 *raw_key, in blk_crypto_init_key()
|