Searched refs:inkey (Results 1 – 5 of 5) sorted by relevance
139 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument141 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()
2354 struct ice_prof_id_key inkey; in ice_prof_gen_key() local2356 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 …]
773 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument777 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
247 -inkey "$MY_PRIVATE_KEY" \