Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa_tests.h75 …ret = rsa_import_simple_priv_key(&priv, t->n, (u16)t->nlen, t->d, (u16)t->dlen, NULL, 0, NULL, 0);… in perform_rsa_tests()
77 …ret = rsa_import_simple_priv_key(&priv_pq, t->n, (u16)t->nlen, t->d, (u16)t->dlen, t_->p, (u16)t_-… in perform_rsa_tests()
H A Drsa.h109 ATTRIBUTE_WARN_UNUSED_RET int rsa_import_simple_priv_key(rsa_priv_key *priv,
H A Drsa.c100 int rsa_import_simple_priv_key(rsa_priv_key *priv, in rsa_import_simple_priv_key() function