Searched refs:ecc_sign_common (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | ecc.c | 227 static int ecc_sign_common(ecc_ctx_t *, crypto_data_t *, crypto_data_t *, 624 rv = ecc_sign_common((ecc_ctx_t *)ctxp, &der_cd, signature, in ecc_digest_svrfy_common() 638 ecc_sign_common(ecc_ctx_t *ctx, crypto_data_t *data, crypto_data_t *signature, in ecc_sign_common() function 721 rv = ecc_sign_common(ctxp, data, signature, req); in ecc_sign() 822 rv = ecc_sign_common(&ctx, data, signature, req); in ecc_sign_atomic()
|