Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c151 const struct xdr_netobj *inkey, u8 *rawkey, in krb5_DK() argument
163 if (inkey->len != keylength) in krb5_DK()
170 if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_DK()
268 const struct xdr_netobj *inkey, in krb5_derive_key_v2() argument
281 ret = krb5_DK(gk5e, inkey, inblock.data, label, gfp_mask); in krb5_derive_key_v2()
369 const struct xdr_netobj *inkey, in krb5_kdf_feedback_cmac() argument
391 ret = crypto_shash_setkey(tfm, inkey->data, inkey->len); in krb5_kdf_feedback_cmac()
501 const struct xdr_netobj *inkey, in krb5_kdf_hmac_sha2() argument
523 ret = crypto_shash_setkey(tfm, inkey->data, inkey->len); in krb5_kdf_hmac_sha2()
/linux/net/ceph/
H A Dcrypto.c96 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument
98 int inlen = strlen(inkey); in ceph_crypto_key_unarmor()
103 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor()
107 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c155 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument
163 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey()
201 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() argument
209 ret = aes_expandkey(&ctx->aes_key, inkey, keylen); in gcm_aes_setkey()
439 static int rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, in rfc4106_setkey() argument
446 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey()
450 memcpy(ctx->nonce, inkey + keylen, RFC4106_NONCE_SIZE); in rfc4106_setkey()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c2354 struct ice_prof_id_key inkey; in ice_prof_gen_key() local
2356 inkey.xlt1 = ptg; in ice_prof_gen_key()
2357 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key()
2358 inkey.flags = cpu_to_le16(flags); in ice_prof_gen_key()
2366 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key()
2367 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key()
2372 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key()
2373 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key()
2378 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key()
2379 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_8_S); in ice_prof_gen_key()
[all …]
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst247 -inkey "$MY_PRIVATE_KEY" \