Home
last modified time | relevance | path

Searched refs:big_random (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/
H A Dmapfile-cap50 big_random;
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c246 if ((brv = big_random(&a, psize, rf)) != BIG_OK) { in generate_rsa_key()
263 if ((brv = big_random(&c, qsize, rf)) != BIG_OK) { in generate_rsa_key()
336 if ((brv = big_random(&h, size, rf)) != BIG_OK) { in generate_rsa_key()
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap56 big_random;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers102 big_random;
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c152 if ((err = big_random(&(key->x), DSA_SUBPRIME_BITS, rf)) != in generate_dsa_key()
341 if ((brv = big_random(&(dsakey.k), DSA_SUBPRIME_BITS, rf)) != BIG_OK) { in dsa_sign()
/illumos-gate/usr/src/common/crypto/dh/
H A Ddh_impl.c221 if ((brv = big_random(&(dhkey.x), bkey->value_bits, rf)) != BIG_OK) { in dh_genkey_pair()
/illumos-gate/usr/src/common/bignum/
H A Dbignum.h152 BIG_ERR_CODE big_random(BIGNUM *r, size_t length, int (*rfunc)(void *, size_t));
H A Dbignumimpl.c3161 big_random(BIGNUM *r, size_t rlen, int (*rfunc)(void *, size_t)) in big_random() function