Searched refs:ossl_prov_bio_read_ex (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | bio_prov.c | 90 int ossl_prov_bio_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len, in ossl_prov_bio_read_ex() function 167 return ossl_prov_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
|
/third_party/openssl/providers/common/ |
H A D | bio_prov.c | 90 int ossl_prov_bio_read_ex(OSSL_CORE_BIO *bio, void *data, size_t data_len, in ossl_prov_bio_read_ex() function 167 return ossl_prov_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
|
Completed in 2 milliseconds