Lines Matching defs:tfm
127 struct ghash_key *key = crypto_shash_ctx(desc->tfm);
164 struct ghash_key *key = crypto_shash_ctx(desc->tfm);
189 static int ghash_setkey(struct crypto_shash *tfm,
192 struct ghash_key *key = crypto_shash_ctx(tfm);
232 static int gcm_aes_setkey(struct crypto_aead *tfm, const u8 *inkey,
235 struct gcm_aes_ctx *ctx = crypto_aead_ctx(tfm);
264 static int gcm_aes_setauthsize(struct crypto_aead *tfm, unsigned int authsize)
480 static int rfc4106_setkey(struct crypto_aead *tfm, const u8 *inkey,
483 struct gcm_aes_ctx *ctx = crypto_aead_ctx(tfm);
487 err = gcm_aes_setkey(tfm, inkey, keylen);
495 static int rfc4106_setauthsize(struct crypto_aead *tfm, unsigned int authsize)