Home
last modified time | relevance | path

Searched refs:DH_GENERATOR_2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/crypto/openssl/fips/dh/
Dfips_dh_check.c92 if (BN_is_word(dh->g, DH_GENERATOR_2)) { in DH_check()
Ddh_gen.c135 if (generator == DH_GENERATOR_2) { in dh_builtin_genparams()
Dfips_dh_gen.c146 if (generator == DH_GENERATOR_2) { in dh_builtin_genparams()
/freebsd-9-stable/crypto/openssl/crypto/dh/
Ddh_check.c91 if (BN_is_word(dh->g, DH_GENERATOR_2)) { in DH_check()
Ddh_gen.c135 if (generator == DH_GENERATOR_2) { in dh_builtin_genparams()
Ddh.h146 # define DH_GENERATOR_2 2 macro