Home
last modified time | relevance | path

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

/linux/net/ceph/
A Dcrypto.c108 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument
110 int inlen = strlen(inkey); in ceph_crypto_key_unarmor()
115 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor()
119 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
/linux/net/sunrpc/auth_gss/
A 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/crypto/
A 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()
A Dxcbc.c52 const u8 *inkey, unsigned int keylen) in crypto_xcbc_digest_setkey() argument
61 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
A Dcmac.c51 const u8 *inkey, unsigned int keylen) in crypto_cmac_digest_setkey() argument
62 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
A Dccm.c779 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument
783 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
/linux/arch/arm64/crypto/
A 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/arch/arm/crypto/
A 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/include/linux/sunrpc/
A Dgss_krb5.h292 const struct xdr_netobj *inkey,
/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c3855 struct ice_prof_id_key inkey; in ice_prof_gen_key() local
3857 inkey.xlt1 = ptg; in ice_prof_gen_key()
3858 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key()
3859 inkey.flags = cpu_to_le16(flags); in ice_prof_gen_key()
3867 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key()
3868 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
3873 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key()
3874 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
3879 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key()
3880 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()
[all …]

Completed in 21 milliseconds