/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_keys.c | 151 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()
|
H A D | gss_krb5_internal.h | 107 const struct xdr_netobj *inkey, 113 const struct xdr_netobj *inkey, 119 const struct xdr_netobj *inkey, 139 const struct xdr_netobj *inkey, in krb5_derive_key() argument 153 return gk5e->derive_key(gk5e, inkey, outkey, &label, gfp_mask); in krb5_derive_key()
|
/linux/net/ceph/ |
H A D | crypto.c | 108 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/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 190 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument 198 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey() 232 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() argument 240 ret = aes_expandkey(&ctx->aes_key, inkey, keylen); in gcm_aes_setkey() 480 static int rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, in rfc4106_setkey() argument 487 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey() 491 memcpy(ctx->nonce, inkey + keylen, RFC4106_NONCE_SIZE); in rfc4106_setkey()
|
/linux/crypto/ |
H A D | hmac.c | 32 const u8 *inkey, unsigned int keylen) in hmac_setkey() argument 52 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey() 58 memcpy(ipad, inkey, keylen); in hmac_setkey()
|
H A D | xcbc.c | 52 const u8 *inkey, unsigned int keylen) in crypto_xcbc_digest_setkey() argument 60 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
|
H A D | cmac.c | 51 const u8 *inkey, unsigned int keylen) in crypto_cmac_digest_setkey() argument 60 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
H A D | ccm.c | 777 const u8 *inkey, unsigned int keylen) in crypto_cbcmac_digest_setkey() argument 781 return crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cbcmac_digest_setkey()
|
/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 174 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument 182 memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); in ghash_setkey() 382 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey, in gcm_aes_setkey() argument 390 ret = aes_expandkey(&aes_ctx, inkey, keylen); in gcm_aes_setkey() 673 static int rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey, in rfc4106_setkey() argument 680 err = gcm_aes_setkey(tfm, inkey, keylen); in rfc4106_setkey() 684 memcpy(ctx->nonce, inkey + keylen, RFC4106_NONCE_SIZE); in rfc4106_setkey()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_flex_pipe.c | 2358 struct ice_prof_id_key inkey; in ice_prof_gen_key() local 2360 inkey.xlt1 = ptg; in ice_prof_gen_key() 2361 inkey.xlt2_cdid = cpu_to_le16(vsig); in ice_prof_gen_key() 2362 inkey.flags = cpu_to_le16(flags); in ice_prof_gen_key() 2370 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_2_M); in ice_prof_gen_key() 2371 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_2_S); in ice_prof_gen_key() 2376 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_4_M); in ice_prof_gen_key() 2377 inkey.xlt2_cdid |= cpu_to_le16(BIT(cdid) << ICE_CD_4_S); in ice_prof_gen_key() 2382 inkey.xlt2_cdid &= ~cpu_to_le16(ICE_CD_8_M); in ice_prof_gen_key() 2383 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 D | ipe.rst | 234 -inkey "$MY_PRIVATE_KEY" \
|