Searched refs:crypto_mac_single (Results 1 – 4 of 4) sorted by relevance
607 crypto_mac_single(crypto_context_t context, crypto_data_t *data, in crypto_mac_single() function
1245 extern int crypto_mac_single(crypto_context_t, crypto_data_t *,
3489 return (common_digest(dev, arg, mode, crypto_mac_single)); in mac()3578 single == crypto_mac_single); in common_digest()3586 } else if (single == crypto_mac_single) { in common_digest()
5593 error = crypto_mac_single(DPROV_CTX_SINGLE(ctx), in dprov_mac_task()