Searched refs:inkey (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 104 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument 115 b = get_unaligned_be64(inkey); in ghash_setkey() 116 a = get_unaligned_be64(inkey + 8); in ghash_setkey()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_keys.c | 142 const struct xdr_netobj *inkey, in krb5_derive_key() argument 157 if ((inkey->len != keylength) || (outkey->len != keylength)) in krb5_derive_key() 164 if (crypto_blkcipher_setkey(cipher, inkey->data, inkey->len)) in krb5_derive_key()
|
/linux-4.4.14/crypto/ |
D | hmac.c | 45 const u8 *inkey, unsigned int keylen) in hmac_setkey() argument 65 err = crypto_shash_digest(shash, inkey, keylen, ipad); in hmac_setkey() 71 memcpy(ipad, inkey, keylen); in hmac_setkey()
|
D | xcbc.c | 62 const u8 *inkey, unsigned int keylen) in crypto_xcbc_digest_setkey() argument 71 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) in crypto_xcbc_digest_setkey()
|
D | cmac.c | 55 const u8 *inkey, unsigned int keylen) in crypto_cmac_digest_setkey() argument 65 err = crypto_cipher_setkey(ctx->child, inkey, keylen); in crypto_cmac_digest_setkey()
|
/linux-4.4.14/net/ceph/ |
D | crypto.c | 55 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() argument 57 int inlen = strlen(inkey); in ceph_crypto_key_unarmor() 62 dout("crypto_key_unarmor %s\n", inkey); in ceph_crypto_key_unarmor() 66 blen = ceph_unarmor(buf, inkey, inkey+inlen); in ceph_crypto_key_unarmor()
|
/linux-4.4.14/arch/arm/crypto/ |
D | ghash-ce-glue.c | 110 const u8 *inkey, unsigned int keylen) in ghash_setkey() argument 121 b = get_unaligned_be64(inkey); in ghash_setkey() 122 a = get_unaligned_be64(inkey + 8); in ghash_setkey()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | gss_krb5.h | 296 const struct xdr_netobj *inkey,
|