Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dcrypto.c297 static const struct crypto_mac_ops *mac_ops(void *ctx) in mac_ops() function
309 mac_ops(ctx)->free_ctx(ctx); in crypto_mac_free_ctx()
314 mac_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_mac_copy_state()
319 return mac_ops(ctx)->init(ctx, key, len); in crypto_mac_init()
327 return mac_ops(ctx)->update(ctx, data, len); in crypto_mac_update()
332 return mac_ops(ctx)->final(ctx, digest, digest_len); in crypto_mac_final()

Completed in 4 milliseconds