Searched refs:inkey (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/crypto/ |
D | hmac.c | 46 const u8 *inkey, unsigned int keylen) in hmac_setkey() argument 66 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey() 72 memcpy(ipad, inkey, keylen); in hmac_setkey()
|
D | xcbc.c | 61 const u8 *inkey, unsigned int keylen) in crypto_xcbc_digest_setkey() argument 70 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
|
D | cmac.c | 55 const u8 *inkey, unsigned int keylen) in crypto_cmac_digest_setkey() argument 66 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
D | ccm.c | 853 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument 857 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
|
/linux-4.19.296/include/linux/sunrpc/ |
D | gss_krb5.h | 296 const struct xdr_netobj *inkey,
|