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

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
evp_rand.c 53 static int evp_rand_up_ref(void *vrand) function
286 evp_rand_from_algorithm, evp_rand_up_ref,
290 int EVP_RAND_up_ref(EVP_RAND *rand)
292 return evp_rand_up_ref(rand);
370 || !EVP_RAND_up_ref(rand)) {
497 evp_rand_from_algorithm, evp_rand_up_ref,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_rand.c 52 static int evp_rand_up_ref(void *vrand) function
277 evp_rand_from_algorithm, evp_rand_up_ref,
281 int EVP_RAND_up_ref(EVP_RAND *rand)
283 return evp_rand_up_ref(rand);
359 || !EVP_RAND_up_ref(rand)) {
487 evp_rand_from_algorithm, evp_rand_up_ref,

Completed in 28 milliseconds