Home
last modified time | relevance | path

Searched refs:BIO_get_mem_data (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbio.h399 OPENSSL_EXPORT long BIO_get_mem_data(BIO *bio, char **contents);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbio.h391 OPENSSL_EXPORT long BIO_get_mem_data(BIO *bio, char **contents);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbio.h399 OPENSSL_EXPORT long BIO_get_mem_data(BIO *bio, char **contents);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbio.h391 OPENSSL_EXPORT long BIO_get_mem_data(BIO *bio, char **contents);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbio.h399 OPENSSL_EXPORT long BIO_get_mem_data(BIO *bio, char **contents);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbio.h399 OPENSSL_EXPORT long BIO_get_mem_data(BIO *bio, char **contents);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbio.h571 # define BIO_get_mem_data(b,pp) BIO_ctrl(b,BIO_CTRL_INFO,0,(char *)pp) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c4078 TEST(len = BIO_get_mem_data(mem, &ptr), len != 0); in verity_test_optional_sigs()