Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dcrypto.c326 static const struct crypto_mac_ops *mac_ops(void *ctx) in mac_ops() function
338 mac_ops(ctx)->free_ctx(ctx); in crypto_mac_free_ctx()
343 mac_ops(dst_ctx)->copy_state(dst_ctx, src_ctx); in crypto_mac_copy_state()
348 return mac_ops(ctx)->init(ctx, key, len); in crypto_mac_init()
356 return mac_ops(ctx)->update(ctx, data, len); in crypto_mac_update()
361 return mac_ops(ctx)->final(ctx, digest, digest_len); in crypto_mac_final()