Searched defs:str (Results 1 – 9 of 9) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | pem.h | 214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 257 # define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument 263 # define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument 289 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument 297 # define IMPLEMENT_PEM_write_cb(name, type, str, asn1) \ argument 305 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument 309 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument 313 # define IMPLEMENT_PEM_rw_const(name, type, str, asn1) \ argument [all …]
|
A D | crypto.h | 382 # define OPENSSL_strdup(str) CRYPTO_strdup((str),__FILE__,__LINE__) argument
|
/optee_test/ta/os_test/include/ |
A D | tb_macros.h | 11 #define TB_HEADER(str) \ argument 16 #define TB_FOOTER(str) \ argument 21 #define TB_INFO(str) printf("*** INFO : %s \n", (str)) argument
|
A D | tb_asserts.h | 16 #define TB_ASSERT_MSG(cond, str) \ argument
|
/optee_test/ta/crypt/ |
A D | sha2_impl.c | 56 #define UNPACK32(x, str) \ argument 64 #define PACK32(str, x) \ argument
|
/optee_test/host/xtest/ |
A D | regression_8100.c | 51 char *str = NULL; in myasprintf() local
|
A D | regression_4100.c | 434 const char *str, uint32_t h) in convert_from_string() 694 const char *str; in test_4102() member 864 const char str[], int32_t val, in compare_s32() 928 const char *str; in test_4104() member
|
/optee_test/ta/os_test/ |
A D | os_test.c | 30 const char *str; member
|
/optee_test/host/xtest/gp/include/ |
A D | xml_crypto_api.h | 3139 static int ossl_err_cb(const char *str, size_t len, void *u) in ossl_err_cb()
|
Completed in 34 milliseconds