Home
last modified time | relevance | path

Searched refs:ae_ops (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/crypto/
A Dcrypto.c366 static const struct crypto_authenc_ops *ae_ops(void *ctx) in ae_ops() function
381 return ae_ops(ctx)->init(ctx, mode, key, key_len, nonce, nonce_len, in crypto_authenc_init()
388 return ae_ops(ctx)->update_aad(ctx, data, len); in crypto_authenc_update_aad()
401 return ae_ops(ctx)->update_payload(ctx, mode, src_data, src_len, in crypto_authenc_update_payload()
414 return ae_ops(ctx)->enc_final(ctx, src_data, src_len, dst_data, in crypto_authenc_enc_final()
427 return ae_ops(ctx)->dec_final(ctx, src_data, src_len, dst_data, tag, in crypto_authenc_dec_final()
433 ae_ops(ctx)->final(ctx); in crypto_authenc_final()
439 ae_ops(ctx)->free_ctx(ctx); in crypto_authenc_free_ctx()
444 ae_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_authenc_copy_state()
/optee_os/out/arm/core/
A Dtee.symb_sizes1273 000000000e10e0ec 000000000000003c t ae_ops
A Dtee.dmp21968 000000000e10e0ec <ae_ops>:
21969 ae_ops():
21971 e10e0ec: b4000060 cbz x0, e10e0f8 <ae_ops+0xc>
22818 e10e9b0: 97fffdcf bl e10e0ec <ae_ops>
22851 e10ea10: 97fffdb7 bl e10e0ec <ae_ops>
22888 e10ea70: 97fffd9f bl e10e0ec <ae_ops>
22936 e10eaf8: 97fffd7d bl e10e0ec <ae_ops>
22985 e10eb84: 97fffd5a bl e10e0ec <ae_ops>
23019 e10ebe4: 97fffd42 bl e10e0ec <ae_ops>
23041 e10ec14: 97fffd36 bl e10e0ec <ae_ops>
[all …]
A Dtee.map21419 .text.ae_ops 0x000000000e10e0ec 0x3c out/arm/core/crypto/crypto.o

Completed in 183 milliseconds