Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_verify.c147 crypto_verify_single(crypto_context_t context, crypto_data_t *data, in crypto_verify_single() function
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dimpl.h1267 extern int crypto_verify_single(crypto_context_t, crypto_data_t *,
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c4058 rv = crypto_verify_single(sp->sd_verify_ctx, &data, &sign, NULL); in verify()
H A Ddprov.c5946 error = crypto_verify_single(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()