Searched refs:ecc_verify_common (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c229 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,
841 ecc_verify_common(ecc_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, function
920 rv = ecc_verify_common(ctxp, data, signature, req);
1019 rv = ecc_verify_common(&ctx, data, signature, req);

Completed in 58 milliseconds