Searched refs:big_random (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/common/ |
H A D | mapfile-cap | 50 big_random;
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.c | 246 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 D | mapfile-cap | 56 big_random;
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 102 big_random;
|
/illumos-gate/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 152 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 D | dh_impl.c | 221 if ((brv = big_random(&(dhkey.x), bkey->value_bits, rf)) != BIG_OK) { in dh_genkey_pair()
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignum.h | 152 BIG_ERR_CODE big_random(BIGNUM *r, size_t length, int (*rfunc)(void *, size_t));
|
H A D | bignumimpl.c | 3161 big_random(BIGNUM *r, size_t rlen, int (*rfunc)(void *, size_t)) in big_random() function
|