Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h121 CK_RV rsa_genkey_pair(RSAbytekey *bkey);
H A Drsa_impl.c374 rsa_genkey_pair(RSAbytekey *bkey) in rsa_genkey_pair() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers145 rsa_genkey_pair;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c899 rv = rsa_genkey_pair(&k); in soft_rsa_genkey_pair()