Searched refs:ctx_dec (Results 1 – 3 of 3) sorted by relevance
35 void *ctx_dec; member81 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()82 if (ctx->u.aes.ctx_dec == NULL) { in crypto_cipher_init()199 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()248 aes_decrypt_deinit(ctx->u.aes.ctx_dec); in crypto_cipher_deinit()
242 void *ctx_dec; member283 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()284 if (ctx->u.aes.ctx_dec == NULL) { in crypto_cipher_init()379 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()414 aes_decrypt_deinit(ctx->u.aes.ctx_dec); in crypto_cipher_deinit()
243 void *ctx_dec; member284 ctx->u.aes.ctx_dec = aes_decrypt_init(key, key_len); in crypto_cipher_init()285 if (ctx->u.aes.ctx_dec == NULL) { in crypto_cipher_init()380 aes_decrypt(ctx->u.aes.ctx_dec, crypt, plain); in crypto_cipher_decrypt()415 aes_decrypt_deinit(ctx->u.aes.ctx_dec); in crypto_cipher_deinit()