Searched refs:aes_encrypt_update (Results 1 – 1 of 1) sorted by relevance
116 static int aes_encrypt_update(crypto_ctx_t *, crypto_data_t *,133 .encrypt_update = aes_encrypt_update,445 ret = aes_encrypt_update(ctx, plaintext, ciphertext, req); in aes_encrypt()622 aes_encrypt_update(crypto_ctx_t *ctx, crypto_data_t *plaintext, in aes_encrypt_update() function