Home
last modified time | relevance | path

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

/optee_test-3.20.0/host/openssl/include/openssl/
A Dcrypto.h381 # define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__) macro
A Dasn1_mac.h357 if ((ret=(type *)OPENSSL_malloc(sizeof(type))) == NULL) \
/optee_test-3.20.0/host/xtest/
A Dpkcs11_1000.c7584 x509_cert_der = OPENSSL_malloc(x509_cert_der_size); in xtest_pkcs11_test_1024()
7604 x509_subject_name_der = OPENSSL_malloc(x509_subject_name_der_size); in xtest_pkcs11_test_1024()
7622 x509_issuer_name_der = OPENSSL_malloc(x509_issuer_name_der_size); in xtest_pkcs11_test_1024()
7640 x509_serial_number_der = OPENSSL_malloc(x509_serial_number_der_size); in xtest_pkcs11_test_1024()

Completed in 111 milliseconds