Searched refs:to_aes_gcm_ctx (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/crypto/ |
A D | aes-gcm.c | 429 to_aes_gcm_ctx(struct crypto_authenc_ctx *aec) in to_aes_gcm_ctx() function 451 free(to_aes_gcm_ctx(aec)); in aes_gcm_free_ctx() 457 to_aes_gcm_ctx(dst_ctx)->ctx = to_aes_gcm_ctx(src_ctx)->ctx; in aes_gcm_copy_state() 467 return internal_aes_gcm_init(&to_aes_gcm_ctx(aec)->ctx, mode, key, in aes_gcm_init() 474 return internal_aes_gcm_update_aad(&to_aes_gcm_ctx(aec)->ctx, data, in aes_gcm_update_aad() 483 return internal_aes_gcm_update_payload(&to_aes_gcm_ctx(aec)->ctx, in aes_gcm_update_payload() 491 return internal_aes_gcm_enc_final(&to_aes_gcm_ctx(aec)->ctx, src, len, in aes_gcm_enc_final() 500 return internal_aes_gcm_dec_final(&to_aes_gcm_ctx(aec)->ctx, src, len, in aes_gcm_dec_final()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 1157 000000000e10ef70 0000000000000044 t to_aes_gcm_ctx
|
A D | tee.dmp | 575 000000000e10ef70 l F .text 0000000000000044 to_aes_gcm_ctx 23402 000000000e10ef70 <to_aes_gcm_ctx>: 23403 to_aes_gcm_ctx(): 23437 e10efc8: 97ffffea bl e10ef70 <to_aes_gcm_ctx> 23440 e10efd4: 97ffffe7 bl e10ef70 <to_aes_gcm_ctx> 23456 e10effc: 97ffffdd bl e10ef70 <to_aes_gcm_ctx> 23471 e10f01c: 97ffffd5 bl e10ef70 <to_aes_gcm_ctx> 23727 e10f2e0: 97ffff24 bl e10ef70 <to_aes_gcm_ctx> 23946 e10f538: 97fffe8e bl e10ef70 <to_aes_gcm_ctx> 24105 e10f6cc: 97fffe29 bl e10ef70 <to_aes_gcm_ctx> [all …]
|
A D | tee.map | 21535 .text.to_aes_gcm_ctx 25494 .rodata.to_aes_gcm_ctx.str1.1
|
Completed in 2387 milliseconds