Searched refs:ctx_enc (Results 1 – 2 of 2) sorted by relevance
28 void *ctx_enc; member70 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len); in crypto_cipher_init()71 if (ctx->u.aes.ctx_enc == NULL) { in crypto_cipher_init()77 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_init()129 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()241 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_deinit()
242 void *ctx_enc; member279 ctx->u.aes.ctx_enc = aes_encrypt_init(key, key_len); in crypto_cipher_init()280 if (ctx->u.aes.ctx_enc == NULL) { in crypto_cipher_init()286 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_init()330 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc, in crypto_cipher_encrypt()414 aes_encrypt_deinit(ctx->u.aes.ctx_enc); in crypto_cipher_deinit()