Home
last modified time | relevance | path

Searched refs:RFC3526_PRIME_1536 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_const.c80 static const unsigned char RFC3526_PRIME_1536[] = { in get_rfc3526_prime_1536() local
98 return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), bn); in get_rfc3526_prime_1536()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_wolfssl.c614 static const unsigned char RFC3526_PRIME_1536[] = { variable
637 #define RFC3526_LEN sizeof(RFC3526_PRIME_1536)
668 if (wc_DhSetKey(dh, RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), in dh5_init()
714 if (wc_DhSetKey(dh, RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), in dh5_init_fixed()
H A Dcrypto_openssl.c93 static const unsigned char RFC3526_PRIME_1536[] = { in get_group5_prime()
111 return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), NULL); in get_group5_prime()