Searched defs:pubexp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c187 generate_rsa_key(RSAkey *key, int psize, int qsize, BIGNUM *pubexp, argument
203 * Note: It is not really necessary to compute e, it is in pubexp:
204 * (void) big_copy(&(key->e), pubexp);
256 if ((brv = big_ext_gcd_pos(&f, &d, &g, pubexp, &a)) != BIG_OK) {
295 if ((brv = big_ext_gcd_pos(&f, &d, &h, pubexp, &a)) != BIG_OK) {
301 (void) big_copy(&e, pubexp);
352 rv = generate_rsa_key(key, psize, qsize, pubexp, rf);
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmftypes.h183 KMF_BIGINT pubexp; member in struct:__anon3428

Completed in 64 milliseconds