Searched refs:fname (Results 1 – 3 of 3) sorted by relevance
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | asn1t.h | 668 int indent, const char *fname, 837 pre stname *fname##_new(void) \ 841 pre void fname##_free(stname *a) \ 847 stname *fname##_new(void) \ 851 void fname##_free(stname *a) \ 856 # define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \ argument 858 IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) 865 int i2d_##fname(stname *a, unsigned char **out) \ 885 int i2d_##fname(const stname *a, unsigned char **out) \ 900 int fname##_print_ctx(BIO *out, stname *x, int indent, \ [all …]
|
A D | asn1.h | 340 # define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \ argument 341 int fname##_print_ctx(BIO *out, stname *x, int indent, \
|
/optee_test-3.20.0/host/xtest/ |
A D | install_ta.c | 27 static void *read_ta(const char *dname, const char *fname, size_t *size) in read_ta() argument 35 snprintf(nbuf, sizeof(nbuf), "%s/%s", dname, fname); in read_ta() 37 snprintf(nbuf, sizeof(nbuf), "%s", fname); in read_ta()
|
Completed in 11 milliseconds