Home
last modified time | relevance | path

Searched refs:inkey (Results 1 – 4 of 4) 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.c139 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument
141 int inlen = strlen(inkey); in ceph_crypto_key_unarmor()
146 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor()
150 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
/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" \