HomeSort by relevance Sort by last modified time
    Searched refs:RFC3526_PRIME_1536 (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 42 static const unsigned char RFC3526_PRIME_1536[] = {
60 return BN_bin2bn(RFC3526_PRIME_1536, sizeof(RFC3526_PRIME_1536), NULL);
  /external/openssl/crypto/bn/
bn_const.c 65 static const unsigned char RFC3526_PRIME_1536[]={
83 return BN_bin2bn(RFC3526_PRIME_1536,sizeof(RFC3526_PRIME_1536),bn);

Completed in 112 milliseconds