| /linux/lib/crypto/ |
| H A D | sha512.c | 255 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 D | sha256.c | 330 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 D | md5.c | 209 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 D | keysetup.c | 99 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 D | keysetup_v1.c | 129 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 D | sha256.c | 188 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 D | sha512.c | 194 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 D | md5.c | 119 const u8 *raw_key, unsigned int keylen) in crypto_hmac_md5_setkey()
|
| H A D | sha1.c | 123 const u8 *raw_key, unsigned int keylen) in crypto_hmac_sha1_setkey()
|
| /linux/net/sctp/ |
| H A D | endpointola.c | 40 u8 raw_key[SCTP_COOKIE_KEY_SIZE]; in gen_cookie_auth_key() local
|
| /linux/lib/crypto/tests/ |
| H A D | hash-test-template.h | 489 u8 *raw_key; test_hmac() local
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_scm.c | 1745 int qcom_scm_import_ice_key(const u8 *raw_key, size_t raw_key_size, in qcom_scm_import_ice_key()
|