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

  /src/crypto/external/apache2/openssl/dist/crypto/
ex_data.c 218 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, function
265 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad);
  /src/crypto/external/bsd/openssl/dist/crypto/
ex_data.c 213 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, function
262 return ossl_crypto_new_ex_data_ex(NULL, class_index, obj, ad);

Completed in 25 milliseconds