Searched refs:operation_final (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/crypto/ |
A D | aes-gcm.c | 266 static TEE_Result operation_final(struct internal_aes_gcm_state *state, in operation_final() function 300 res = operation_final(state, enc_key, TEE_MODE_ENCRYPT, src, len, dst); in __gcm_enc_final() 328 res = operation_final(state, enc_key, TEE_MODE_DECRYPT, src, len, dst); in __gcm_dec_final()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 509 000000000e10f560 00000000000000c4 t operation_final
|
A D | tee.dmp | 583 000000000e10f560 l F .text 00000000000000c4 operation_final 23959 000000000e10f560 <operation_final>: 23960 operation_final(): 23971 e10f57c: 350003e0 cbnz w0, e10f5f8 <operation_final+0x98> 23974 e10f584: 34000180 cbz w0, e10f5b4 <operation_final+0x54> 23993 operation_final(): 24013 operation_final(): 24022 operation_final(): 24037 e10f620: 17fffff4 b e10f5f0 <operation_final+0x90> 24065 e10f664: 97ffffbf bl e10f560 <operation_final> [all …]
|
A D | tee.map | 21560 .text.operation_final
|
Completed in 187 milliseconds