Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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()
716 if (wc_DhSetKey(dh, RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), in dh5_init_fixed()
H A Dcrypto_openssl.c152 static const unsigned char RFC3526_PRIME_1536[] = { in get_group5_prime()
170 return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), NULL); in get_group5_prime()