/optee_test/ta/os_test/include/ |
A D | tb_macros.h | 11 #define TB_HEADER(str) \ argument 14 "\n*********************************\n\n", str) 16 #define TB_FOOTER(str) \ argument 19 "\n*********************************\n\n", str) 21 #define TB_INFO(str) printf("*** INFO : %s \n", (str)) argument 62 char *str; \ 63 str = TEE_BigIntConvertToString(NULL, TEE_STRING_MODE_HEX_UC, 0, (n)); \ 64 printf("%s\n", str); \ 65 TEE_Free(str); \
|
A D | testframework.h | 26 void tb_set_random_value(TEE_BigInt *a, char *str, int allow_neg); 27 void tb_get_random_str(char *str, int allow_neg);
|
A D | tb_asserts.h | 16 #define TB_ASSERT_MSG(cond, str) \ argument 21 EMSG("Message: %s\n", str); \
|
/optee_test/host/openssl/include/openssl/ |
A D | pem.h | 289 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument 291 IMPLEMENT_PEM_write_fp(name, type, str, asn1) 305 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument 307 IMPLEMENT_PEM_read_fp(name, type, str, asn1) 309 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument 310 IMPLEMENT_PEM_read(name, type, str, asn1) \ 311 IMPLEMENT_PEM_write(name, type, str, asn1) 314 IMPLEMENT_PEM_read(name, type, str, asn1) \ 317 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument 318 IMPLEMENT_PEM_read(name, type, str, asn1) \ [all …]
|
A D | buffer.h | 85 int BUF_MEM_grow(BUF_MEM *str, size_t len); 86 int BUF_MEM_grow_clean(BUF_MEM *str, size_t len); 87 size_t BUF_strnlen(const char *str, size_t maxlen); 88 char *BUF_strdup(const char *str); 94 char *BUF_strndup(const char *str, size_t siz);
|
A D | asn1.h | 799 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str); 807 int ASN1_STRING_set(ASN1_STRING *str, const void *data, int len); 808 void ASN1_STRING_set0(ASN1_STRING *str, void *data, int len); 850 int ASN1_UTCTIME_set_string(ASN1_UTCTIME *s, const char *str); 870 int ASN1_OCTET_STRING_set(ASN1_OCTET_STRING *str, const unsigned char *data, 879 int UTF8_getc(const unsigned char *str, int len, unsigned long *val); 880 int UTF8_putc(unsigned char *str, int len, unsigned long value); 902 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str); 1039 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags); 1108 ASN1_TYPE *ASN1_generate_nconf(char *str, CONF *nconf); [all …]
|
A D | err.h | 340 void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u), 350 void ERR_load_strings(int lib, ERR_STRING_DATA str[]); 351 void ERR_unload_strings(int lib, ERR_STRING_DATA str[]);
|
A D | crypto.h | 382 # define OPENSSL_strdup(str) CRYPTO_strdup((str),__FILE__,__LINE__) argument 535 char *CRYPTO_strdup(const char *str, const char *file, int line);
|
A D | des.h | 238 void DES_string_to_key(const char *str, DES_cblock *key); 239 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2);
|
A D | x509v3.h | 96 struct v3_ext_ctx *ctx, const char *str); 100 struct v3_ext_ctx *ctx, const char *str); 562 X509V3_CTX *ctx, char *str); 647 void X509V3_string_free(X509V3_CTX *ctx, char *str); 684 unsigned char *string_to_hex(const char *str, long *len);
|
A D | engine.h | 625 const char *str, 628 const char *str,
|
A D | x509_vfy.h | 155 int (*get_by_alias) (X509_LOOKUP *ctx, int type, char *str, int len, 527 int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str, int len,
|
A D | bn.h | 533 int BN_hex2bn(BIGNUM **a, const char *str); 534 int BN_dec2bn(BIGNUM **a, const char *str); 535 int BN_asc2bn(BIGNUM **a, const char *str);
|
A D | bio.h | 749 int BIO_get_port(const char *str, unsigned short *port_ptr); 750 int BIO_get_host_ip(const char *str, unsigned char *ip);
|
A D | des_old.h | 438 void _ossl_old_des_string_to_key(char *str, _ossl_old_des_cblock *key); 439 void _ossl_old_des_string_to_2keys(char *str, _ossl_old_des_cblock *key1,
|
A D | evp.h | 955 int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len); 1068 const char *str, int len);
|
A D | ssl.h | 2130 int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str); 2165 int SSL_set_cipher_list(SSL *s, const char *str);
|
A D | x509.h | 637 NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len);
|
/optee_test/host/xtest/ |
A D | regression_8100.c | 51 char *str = NULL; in myasprintf() local 56 rc = vsnprintf(str, rc, fmt, ap); in myasprintf() 61 str = malloc(rc); in myasprintf() 62 if (!str) { in myasprintf() 68 rc = vsnprintf(str, rc, fmt, ap); in myasprintf() 71 free(str); in myasprintf() 73 *strp = str; in myasprintf()
|
A D | regression_4100.c | 434 const char *str, uint32_t h) in convert_from_string() argument 437 size_t spos = strlen(str); in convert_from_string() 449 nibble = digit_value(str[spos]); in convert_from_string() 457 nibble = digit_value(str[spos]); in convert_from_string() 468 if (str[spos] == '-') in convert_from_string() 694 const char *str; in test_4102() member 728 &session, data[n].str, ha))) in test_4102() 864 const char str[], int32_t val, in compare_s32() argument 875 res = convert_from_string(c, s, str, h); in compare_s32() 928 const char *str; in test_4104() member [all …]
|
/optee_test/ta/crypt/ |
A D | sha2_impl.c | 56 #define UNPACK32(x, str) \ argument 58 *((str) + 3) = (uint8_t) ((x)); \ 59 *((str) + 2) = (uint8_t) ((x) >> 8); \ 60 *((str) + 1) = (uint8_t) ((x) >> 16); \ 61 *((str) + 0) = (uint8_t) ((x) >> 24); \ 64 #define PACK32(str, x) \ argument 66 *(x) = ((uint32_t) *((str) + 3)) \ 67 | ((uint32_t) *((str) + 2) << 8) \ 68 | ((uint32_t) *((str) + 1) << 16) \ 69 | ((uint32_t) *((str) + 0) << 24); \
|
/optee_test/ta/os_test/ |
A D | os_test.c | 30 const char *str; member 216 if (strcmp(nbuf, p_attrs[n].str) != 0) in print_properties() 221 p_attrs[n].str); in print_properties() 345 p_attrs[n].type, p_attrs[n].str); in print_properties() 444 EMSG("\"%s\" not retrieved\n", p_attrs[n].str); in test_properties()
|
/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() argument 3141 warnx("%*s", (int)len, str); in ossl_err_cb()
|