Home
last modified time | relevance | path

Searched refs:DSA_SUBPRIME_BITS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.h41 #define DSA_SUBPRIME_BITS 160 macro
42 #define DSA_SUBPRIME_BYTES (DSA_SUBPRIME_BITS >> 3)
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()