Searched refs:bytes_read (Results 1 – 3 of 3) sorted by relevance
| /providers/common/ |
| A D | bio_prov.c | 91 size_t *bytes_read) in ossl_prov_bio_read_ex() argument 95 return c_bio_read_ex(bio, data, data_len, bytes_read); in ossl_prov_bio_read_ex() 165 size_t *bytes_read) in bio_core_read_ex() argument 167 return ossl_prov_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
|
| /providers/fips/ |
| A D | self_test.c | 253 size_t bytes_read = 0, out_len = 0; in verify_integrity() local 277 status = read_ex_cb(bio, buf, sizeof(buf), &bytes_read); in verify_integrity() 280 if (!EVP_MAC_update(ctx, buf, bytes_read)) in verify_integrity()
|
| /providers/common/include/prov/ |
| A D | bio.h | 20 size_t *bytes_read);
|
Completed in 16 milliseconds