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

  /src/crypto/external/bsd/openssl/dist/test/
evp_test.c 2436 unsigned char *pr_entropyB;
2515 OPENSSL_free(rdata->data[i].pr_entropyB);
2562 return parse_bin(value, &item->pr_entropyB, &item->pr_entropyB_len);
2665 if (item->pr_entropyB != NULL) {
2667 (OSSL_RAND_PARAM_TEST_ENTROPY, item->pr_entropyB,
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 3519 unsigned char *pr_entropyB;
3601 OPENSSL_free(rdata->data[i].pr_entropyB);
3642 return parse_bin(value, &item->pr_entropyB, &item->pr_entropyB_len);
3758 if (item->pr_entropyB != NULL) {
3759 params[0] = OSSL_PARAM_construct_octet_string(OSSL_RAND_PARAM_TEST_ENTROPY, item->pr_entropyB,

Completed in 153 milliseconds