HomeSort by: relevance | last modified time | path
    Searched defs:xor_group_params (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
tls-provider.c 133 static const OSSL_PARAM xor_group_params[] = { variable
190 ret = cb(xor_group_params, arg);
200 OSSL_PARAM dummygroup[OSSL_NELEM(xor_group_params)];
203 memcpy(dummygroup, xor_group_params, sizeof(xor_group_params));
  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 238 static const OSSL_PARAM xor_group_params[] = { variable
389 ret = cb(xor_group_params, arg);
399 OSSL_PARAM dummygroup[OSSL_NELEM(xor_group_params)];
402 memcpy(dummygroup, xor_group_params, sizeof(xor_group_params));

Completed in 22 milliseconds