Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_verify.c433 crypto_verify_recover_single(crypto_context_t context, crypto_data_t *signature, in crypto_verify_recover_single() function
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h1270 extern int crypto_verify_recover_single(crypto_context_t, crypto_data_t *,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c3576 single == crypto_verify_recover_single || in common_digest()
3584 } else if (single == crypto_verify_recover_single) { in common_digest()
4165 return (common_digest(dev, arg, mode, crypto_verify_recover_single)); in verify_recover()
H A Ddprov.c6065 error = crypto_verify_recover_single(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()