Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
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()
Dcrypto_openssl.c102 static const unsigned char RFC3526_PRIME_1536[] = { in get_group5_prime()
120 return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), NULL); in get_group5_prime()