Searched refs:__gcm_update_aad (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/crypto/ |
A D | aes-gcm.c | 140 static TEE_Result __gcm_update_aad(struct internal_aes_gcm_state *state, in __gcm_update_aad() function 186 return __gcm_update_aad(&ctx->state, data, len); in internal_aes_gcm_update_aad() 385 res = __gcm_update_aad(&state, aad, aad_len); in internal_aes_gcm_enc() 408 res = __gcm_update_aad(&state, aad, aad_len); in internal_aes_gcm_dec()
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 414 000000000e10ee78 00000000000000f8 t __gcm_update_aad
|
A D | tee.dmp | 574 000000000e10ee78 l F .text 00000000000000f8 __gcm_update_aad 23302 000000000e10ee78 <__gcm_update_aad>: 23303 __gcm_update_aad(): 23315 e10ee94: 350006ba cbnz w26, e10ef68 <__gcm_update_aad+0xf0> 23332 e10eebc: b4000293 cbz x19, e10ef0c <__gcm_update_aad+0x94> 23335 e10eec4: 350000a0 cbnz w0, e10eed8 <__gcm_update_aad+0x60> 23337 e10eecc: 54000061 b.ne e10eed8 <__gcm_update_aad+0x60> // b.any 23394 e10ef5c: 17ffffd8 b e10eebc <__gcm_update_aad+0x44> 23397 e10ef64: 17fffff7 b e10ef40 <__gcm_update_aad+0xc8> 23400 e10ef6c: 17ffffe8 b e10ef0c <__gcm_update_aad+0x94> [all …]
|
A D | tee.map | 21533 .text.__gcm_update_aad
|
Completed in 1890 milliseconds