Home
last modified time | relevance | path

Searched refs:inkey (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Dhmac.c46 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()
Dxcbc.c61 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()
Dcmac.c55 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()
Dccm.c853 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/
Dgss_krb5.h296 const struct xdr_netobj *inkey,