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.c
/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/crypto/
H A Dccm.c773 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument
777 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst247 -inkey "$MY_PRIVATE_KEY" \