Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c151 KCF_PROV_INCRSTATS(pd, error); in crypto_digest()
240 KCF_PROV_INCRSTATS(pd, error); in crypto_digest_init_prov()
351 KCF_PROV_INCRSTATS(pd, error); in crypto_digest_update()
400 KCF_PROV_INCRSTATS(pd, error); in crypto_digest_final()
437 KCF_PROV_INCRSTATS(pd, error); in crypto_digest_key_prov()
470 KCF_PROV_INCRSTATS(pd, error); in crypto_digest_single()
H A Dkcf_cipher.c151 KCF_PROV_INCRSTATS(pd, error); in crypto_cipher_init_prov()
399 KCF_PROV_INCRSTATS(pd, error); in crypto_encrypt()
490 KCF_PROV_INCRSTATS(pd, error); in crypto_encrypt_update()
549 KCF_PROV_INCRSTATS(pd, error); in crypto_encrypt_final()
682 KCF_PROV_INCRSTATS(pd, error); in crypto_decrypt()
773 KCF_PROV_INCRSTATS(pd, error); in crypto_decrypt_update()
833 KCF_PROV_INCRSTATS(pd, error); in crypto_decrypt_final()
868 KCF_PROV_INCRSTATS(pd, error); in crypto_encrypt_single()
903 KCF_PROV_INCRSTATS(pd, error); in crypto_decrypt_single()
H A Dkcf_mac.c174 KCF_PROV_INCRSTATS(pd, error); in crypto_mac()
299 KCF_PROV_INCRSTATS(pd, error); in crypto_mac_verify()
403 KCF_PROV_INCRSTATS(pd, rv); in crypto_mac_init_prov()
538 KCF_PROV_INCRSTATS(pd, rv); in crypto_mac_update()
587 KCF_PROV_INCRSTATS(pd, rv); in crypto_mac_final()
623 KCF_PROV_INCRSTATS(pd, error); in crypto_mac_single()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c1303 KCF_PROV_INCRSTATS(pd, err); in common_submit_request()
1459 KCF_PROV_INCRSTATS(pd, err); in kcf_emulate_dual()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h103 #define KCF_PROV_INCRSTATS(pd, error) { \ macro