Searched refs:hkaes (Results 1 – 1 of 1) sorted by relevance
65 struct crypto_cipher *hkaes; member2591 crypto_cipher_clear_flags(ctx->hkaes, CRYPTO_TFM_REQ_MASK); in safexcel_aead_gcm_setkey()2592 crypto_cipher_set_flags(ctx->hkaes, crypto_aead_get_flags(ctfm) & in safexcel_aead_gcm_setkey()2594 ret = crypto_cipher_setkey(ctx->hkaes, key, len); in safexcel_aead_gcm_setkey()2599 crypto_cipher_encrypt_one(ctx->hkaes, (u8 *)hashkey, (u8 *)hashkey); in safexcel_aead_gcm_setkey()2628 ctx->hkaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_aead_gcm_cra_init()2629 return PTR_ERR_OR_ZERO(ctx->hkaes); in safexcel_aead_gcm_cra_init()2636 crypto_free_cipher(ctx->hkaes); in safexcel_aead_gcm_cra_exit()