Searched refs:ecc_verify_common (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | ecc.c | 229 static int ecc_verify_common(ecc_ctx_t *, crypto_data_t *, crypto_data_t *, 627 rv = ecc_verify_common((ecc_ctx_t *)ctxp, &der_cd, signature, in ecc_digest_svrfy_common() 841 ecc_verify_common(ecc_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, in ecc_verify_common() function 920 rv = ecc_verify_common(ctxp, data, signature, req); in ecc_verify() 1019 rv = ecc_verify_common(&ctx, data, signature, req); in ecc_verify_atomic()
|