Searched refs:buf_mem (Results 1 – 1 of 1) sorted by relevance
926 BUF_MEM * buf_mem; in PEM_read_bio_ex() local950 BIO_get_mem_ptr(dataB, &buf_mem); in PEM_read_bio_ex()951 len = buf_mem->length; in PEM_read_bio_ex()964 if (EVP_DecodeUpdate(ctx, (unsigned char*)buf_mem->data, &len, in PEM_read_bio_ex()965 (unsigned char*)buf_mem->data, len) < 0 in PEM_read_bio_ex()966 || EVP_DecodeFinal(ctx, (unsigned char*)&(buf_mem->data[len]), in PEM_read_bio_ex()972 buf_mem->length = len; in PEM_read_bio_ex()
Completed in 3 milliseconds