Home
last modified time | relevance | path

Searched refs:membuf (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Devp_extra_test.c1701 char *membuf = NULL; in test_EVP_PKCS82PKEY_wrong_tag() local
1714 || !TEST_int_gt(BIO_get_mem_data(membio, &membuf), 0) in test_EVP_PKCS82PKEY_wrong_tag()
1735 char *membuf = NULL; in test_privatekey_to_pkcs8() local
1744 || !TEST_int_gt(membuf_len = BIO_get_mem_data(membio, &membuf), 0) in test_privatekey_to_pkcs8()
1745 || !TEST_ptr(membuf) in test_privatekey_to_pkcs8()
1746 || !TEST_mem_eq(membuf, (size_t)membuf_len, in test_privatekey_to_pkcs8()

Completed in 7 milliseconds