Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/sig/rsa/
H A Drsa.h56 RSA_SIMPLE = 0, enumerator
H A Drsa.c112 priv->type = RSA_SIMPLE; in rsa_import_simple_priv_key()
434 if(priv->type == RSA_SIMPLE){ in rsadp_nocrt()
500 if((priv->type == RSA_SIMPLE) || (priv->type == RSA_SIMPLE_PQ)){ in rsadp()