Searched refs:mac_ops (Results 1 – 4 of 4) sorted by relevance
294 static const struct crypto_mac_ops *mac_ops(void *ctx) in mac_ops() function306 mac_ops(ctx)->free_ctx(ctx); in crypto_mac_free_ctx()311 mac_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_mac_copy_state()316 return mac_ops(ctx)->init(ctx, key, len); in crypto_mac_init()324 return mac_ops(ctx)->update(ctx, data, len); in crypto_mac_update()329 return mac_ops(ctx)->final(ctx, digest, digest_len); in crypto_mac_final()
1258 000000000e10e0b0 000000000000003c t mac_ops
559 000000000e10e0b0 l F .text 000000000000003c mac_ops21942 000000000e10e0b0 <mac_ops>:21943 mac_ops():21945 e10e0b0: b4000060 cbz x0, e10e0bc <mac_ops+0xc>21948 e10e0b8: b5000180 cbnz x0, e10e0e8 <mac_ops+0x38>22643 e10e7e8: 97fffe32 bl e10e0b0 <mac_ops>22665 e10e81c: 97fffe25 bl e10e0b0 <mac_ops>22689 e10e858: 97fffe16 bl e10e0b0 <mac_ops>22717 e10e8a0: 97fffe04 bl e10e0b0 <mac_ops>22746 e10e8ec: 97fffdf1 bl e10e0b0 <mac_ops>
21418 .text.mac_ops 0x000000000e10e0b0 0x3c out/arm/core/crypto/crypto.o
Completed in 187 milliseconds