Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.c425 ATTRIBUTE_WARN_UNUSED_RET static int rsadp_nocrt(const rsa_priv_key *priv, nn_src_t c, nn_t m) in rsadp_nocrt() function
501 ret = rsadp_nocrt(priv, c, m); EG(ret, err); in rsadp()