Searched refs:ae_ops (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 369 static const struct crypto_authenc_ops *ae_ops(void *ctx) in ae_ops() function 384 return ae_ops(ctx)->init(ctx, mode, key, key_len, nonce, nonce_len, in crypto_authenc_init() 391 return ae_ops(ctx)->update_aad(ctx, data, len); in crypto_authenc_update_aad() 404 return ae_ops(ctx)->update_payload(ctx, mode, src_data, src_len, in crypto_authenc_update_payload() 417 return ae_ops(ctx)->enc_final(ctx, src_data, src_len, dst_data, in crypto_authenc_enc_final() 430 return ae_ops(ctx)->dec_final(ctx, src_data, src_len, dst_data, tag, in crypto_authenc_dec_final() 436 ae_ops(ctx)->final(ctx); in crypto_authenc_final() 442 ae_ops(ctx)->free_ctx(ctx); in crypto_authenc_free_ctx() 447 ae_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_authenc_copy_state()
|
Completed in 5 milliseconds