Searched refs:DSA_PRIME_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
2544 #define DSA_PRIME_BUFSIZE CHARLEN2BIGNUMLEN(1024) /* 8192 bits */ macro2560 if ((err = big_init1(&p, DSA_PRIME_BUFSIZE, NULL, 0)) != BIG_OK) { in compute_dsa_pubvalue()2566 if ((err = big_init1(&g, DSA_PRIME_BUFSIZE, NULL, 0)) != BIG_OK) { in compute_dsa_pubvalue()2578 if ((err = big_init1(&y, DSA_PRIME_BUFSIZE, NULL, 0)) != BIG_OK) { in compute_dsa_pubvalue()