Searched refs:DSA_PRIME_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2574 #define DSA_PRIME_BUFSIZE BITLEN2BIGNUMLEN(1024) /* L = 1024 bits */ macro
2590 if ((err = big_init1(&p, DSA_PRIME_BUFSIZE, NULL, 0)) != BIG_OK) {
2596 if ((err = big_init1(&g, DSA_PRIME_BUFSIZE, NULL, 0)) != BIG_OK) {
2608 if ((err = big_init1(&y, DSA_PRIME_BUFSIZE, NULL, 0)) != BIG_OK) {

Completed in 22 milliseconds