Home
last modified time | relevance | path

Searched defs:public_exponent (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/crypto/rsa/
H A Drsa_impl.c401 BIGNUM public_exponent = {0}; in rsa_genkey_pair() local
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c530 char public_exponent[8]; in key_gen_rsa_by_value() local
/titanic_50/usr/src/uts/common/crypto/io/
H A Ddprov.c637 char public_exponent[3] = { 0x01, 0x00, 0x01 }; variable