Home
last modified time | relevance | path

Searched refs:OPENSSL_malloc (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
135 #define CRYPTO_malloc OPENSSL_malloc
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
135 #define CRYPTO_malloc OPENSSL_malloc
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
153 #define CRYPTO_malloc OPENSSL_malloc
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
153 #define CRYPTO_malloc OPENSSL_malloc
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
153 #define CRYPTO_malloc OPENSSL_malloc
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
153 #define CRYPTO_malloc OPENSSL_malloc
/OK3568_Linux_fs/buildroot/package/ibrcommon/
H A D0002-ibrcommon-added-openssl-1.1-compatibility-264.patch330 + ctx = (EVP_MD_CTX *) OPENSSL_malloc(sizeof(EVP_MD_CTX));
340 + ctx = (HMAC_CTX *) OPENSSL_malloc(sizeof(HMAC_CTX));
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dcrypto.h381 # define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__) macro
H A Dasn1_mac.h357 if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c32 void *ret = OPENSSL_malloc(num); in OPENSSL_zalloc()