Home
last modified time | relevance | path

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

/Linux-v5.10/net/ceph/
Dcrypto.c107 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument
109 int inlen = strlen(inkey); in ceph_crypto_key_unarmor()
114 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor()
118 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
/Linux-v5.10/net/sunrpc/auth_gss/
Dgss_krb5_keys.c142 const struct xdr_netobj *inkey, in krb5_derive_key() argument
157 if ((inkey->len != keylength) || (outkey->len != keylength)) in krb5_derive_key()
163 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
/Linux-v5.10/crypto/
Dhmac.c41 const u8 *inkey, unsigned int keylen) in hmac_setkey() argument
59 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey()
65 memcpy(ipad, inkey, keylen); in hmac_setkey()
Dxcbc.c51 const u8 *inkey, unsigned int keylen) in crypto_xcbc_digest_setkey() argument
60 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
Dcmac.c50 const u8 *inkey, unsigned int keylen) in crypto_cmac_digest_setkey() argument
61 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
Dccm.c778 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument
782 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
/Linux-v5.10/arch/arm64/crypto/
Dghash-ce-glue.c187 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument
195 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey()
229 static int gcm_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_setkey() argument
237 ret = aes_expandkey(&ctx->aes_key, inkey, keylen); in gcm_setkey()
/Linux-v5.10/arch/arm/crypto/
Dghash-ce-glue.c157 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument
165 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey()
/Linux-v5.10/include/linux/sunrpc/
Dgss_krb5.h292 const struct xdr_netobj *inkey,
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c3149 struct ice_prof_id_key inkey; in ice_prof_gen_key() local
3151 inkey.xlt1 = ptg; in ice_prof_gen_key()
3152 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key()
3153 inkey.flags = cpu_to_le16(flags); in ice_prof_gen_key()
3161 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key()
3162 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
3167 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key()
3168 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
3173 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key()
3174 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()
[all …]