inkey 161 arch/arm/crypto/ghash-ce-glue.c const u8 *inkey, unsigned int keylen) inkey 172 arch/arm/crypto/ghash-ce-glue.c memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); inkey 226 arch/arm64/crypto/ghash-ce-glue.c const u8 *inkey, unsigned int keylen) inkey 231 arch/arm64/crypto/ghash-ce-glue.c memcpy(&key->k, inkey, GHASH_BLOCK_SIZE); inkey 249 arch/arm64/crypto/ghash-ce-glue.c const u8 *inkey, unsigned int keylen) inkey 258 arch/arm64/crypto/ghash-ce-glue.c return __ghash_setkey(key, inkey, keylen); inkey 303 arch/arm64/crypto/ghash-ce-glue.c static int gcm_setkey(struct crypto_aead *tfm, const u8 *inkey, inkey 310 arch/arm64/crypto/ghash-ce-glue.c ret = aes_expandkey(&ctx->aes_key, inkey, keylen); inkey 833 crypto/ccm.c const u8 *inkey, unsigned int keylen) inkey 837 crypto/ccm.c return crypto_cipher_setkey(ctx->child, inkey, keylen); inkey 50 crypto/cmac.c const u8 *inkey, unsigned int keylen) inkey 61 crypto/cmac.c err = crypto_cipher_setkey(ctx->child, inkey, keylen); inkey 41 crypto/hmac.c const u8 *inkey, unsigned int keylen) inkey 59 crypto/hmac.c err = crypto_shash_digest(shash, inkey, keylen, ipad); inkey 65 crypto/hmac.c memcpy(ipad, inkey, keylen); inkey 51 crypto/xcbc.c const u8 *inkey, unsigned int keylen) inkey 60 crypto/xcbc.c if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) inkey 294 include/linux/sunrpc/gss_krb5.h const struct xdr_netobj *inkey, inkey 107 net/ceph/crypto.c int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) inkey 109 net/ceph/crypto.c int inlen = strlen(inkey); inkey 114 net/ceph/crypto.c dout("crypto_key_unarmor %s\n", inkey); inkey 118 net/ceph/crypto.c blen = ceph_unarmor(buf, inkey, inkey+inlen); inkey 142 net/sunrpc/auth_gss/gss_krb5_keys.c const struct xdr_netobj *inkey, inkey 157 net/sunrpc/auth_gss/gss_krb5_keys.c if ((inkey->len != keylength) || (outkey->len != keylength)) inkey 163 net/sunrpc/auth_gss/gss_krb5_keys.c if (crypto_sync_skcipher_setkey(cipher, inkey->data, inkey->len))