Home
last modified time | relevance | path

Searched refs:f (Results 1 – 18 of 18) sorted by relevance

/optee_test/host/openssl/include/openssl/
A Derr.h203 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) argument
204 # define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) argument
205 # define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) argument
206 # define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) argument
207 # define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) argument
208 # define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) argument
216 # define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__) argument
223 # define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__) argument
226 # define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__) argument
232 # define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__) argument
[all …]
A Dasn1_mac.h72 # define ASN1_MAC_H_err(f,r,line) \ argument
385 # define M_ASN1_I2D_len(a,f) ret+=f(a,NULL) argument
386 # define M_ASN1_I2D_len_IMP_opt(a,f) if (a != NULL) M_ASN1_I2D_len(a,f) argument
388 # define M_ASN1_I2D_len_SET(a,f) \ argument
475 # define M_ASN1_I2D_put(a,f) f(a,&p) argument
481 f(a,&p); \
485 # define M_ASN1_I2D_put_SET(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SET,\ argument
489 # define M_ASN1_I2D_put_IMP_SET(a,f,x) i2d_ASN1_SET(a,&p,f,x,\ argument
493 # define M_ASN1_I2D_put_IMP_SEQUENCE(a,f,x) i2d_ASN1_SET(a,&p,f,x,\ argument
496 # define M_ASN1_I2D_put_SEQUENCE(a,f) i2d_ASN1_SET(a,&p,f,V_ASN1_SEQUENCE,\ argument
[all …]
A Drsa.h432 const unsigned char *f, int fl);
434 const unsigned char *f, int fl,
437 const unsigned char *f, int fl);
439 const unsigned char *f, int fl,
444 const unsigned char *f, int fl,
447 const unsigned char *f, int fl, int rsa_len,
459 const unsigned char *f, int fl);
461 const unsigned char *f, int fl, int rsa_len);
462 int RSA_padding_add_none(unsigned char *to, int tlen, const unsigned char *f,
465 const unsigned char *f, int fl, int rsa_len);
[all …]
A Dcrypto.h500 void (*f) (void *));
505 int), void (*f) (void *));
512 void (*f) (void *, int), void (*so) (long),
516 void (**f) (void *));
518 void (**f) (void *));
521 int), void (**f) (void *));
524 void (**f) (void *));
529 void (**f) (void *, int),
A Dengine.h336 void (*f) (void));
498 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void));
515 long i, void *p, void (*f) (void), int cmd_optional);
572 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f);
573 int ENGINE_set_digests(ENGINE *e, ENGINE_DIGESTS_PTR f);
574 int ENGINE_set_pkey_meths(ENGINE *e, ENGINE_PKEY_METHS_PTR f);
575 int ENGINE_set_pkey_asn1_meths(ENGINE *e, ENGINE_PKEY_ASN1_METHS_PTR f);
A Ddes_old.h174 # define des_enc_read(f,b,l,k,iv)\ argument
175 DES_enc_read((f),(b),(l),&(k),(iv))
176 # define des_enc_write(f,b,l,k,iv)\ argument
177 DES_enc_write((f),(b),(l),&(k),(iv))
278 # define des_enc_read(f,b,l,k,iv)\ argument
279 _ossl_old_des_enc_read((f),(b),(l),(k),(iv))
280 # define des_enc_write(f,b,l,k,iv)\ argument
281 _ossl_old_des_enc_write((f),(b),(l),(k),(iv))
A Dui.h224 int UI_ctrl(UI *ui, int cmd, long i, void *p, void (*f) (void));
A Devp.h681 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int n);
688 int EVP_DecodeBlock(unsigned char *t, const unsigned char *f, int n);
A Dx509v3.h871 unsigned v3_addr_get_afi(const IPAddressFamily *f);
/optee_test/scripts/
A Dfile_to_c.py24 f = open(args.out, 'w')
26 f.write("/* automatically generated */\n")
27 f.write("#include <stdint.h>\n")
28 f.write("#include <stddef.h>\n\n")
30 f.write("const uint8_t " + args.name + "[] = {\n")
33 f.write("0x" + '{0:02x}'.format(x) + ",")
36 f.write("\n")
38 f.write(" ")
40 f.write("'\\0'};\n")
41 f.write("const size_t " + args.name + "_size = sizeof(" +
[all …]
/optee_test/host/xtest/
A Dinstall_ta.c30 FILE *f = NULL; in read_ta() local
39 f = fopen(nbuf, "rb"); in read_ta()
40 if (!f) in read_ta()
43 if (fseek(f, 0, SEEK_END)) in read_ta()
46 s = ftell(f); in read_ta()
47 rewind(f); in read_ta()
53 if (fread(buf, 1, s, f) != s) in read_ta()
A Dregression_8100.c130 const char *f = NULL; in osslerr() local
133 e = ERR_get_error_line(&f, &l); in osslerr()
137 Do_ADBG_Log("%s:%d \"%s\"", f, l, b); in osslerr()
A Dregression_6000.c1127 uint32_t f = 0; in xtest_tee_test_6010_single() local
1148 fs_create(&sess, file_00, sizeof(file_00), f, 0, data, in xtest_tee_test_6010_single()
1151 f = TEE_DATA_FLAG_ACCESS_READ | TEE_DATA_FLAG_ACCESS_WRITE; in xtest_tee_test_6010_single()
1153 fs_create(&sess, file_00, sizeof(file_00), f, 0, data, in xtest_tee_test_6010_single()
1203 fs_create(&sess, file_00, sizeof(file_00), f, 0, data, in xtest_tee_test_6010_single()
1265 fs_create(&sess, file_00, sizeof(file_00), f, 0, data, in xtest_tee_test_6010_single()
1268 fs_create(&sess, file_01, sizeof(file_01), f, 0, data, in xtest_tee_test_6010_single()
1287 fs_create(&sess, file_00, sizeof(file_00), f, 0, data, in xtest_tee_test_6010_single()
1292 fs_create(&sess, file_01, sizeof(file_01), f, 0, data, in xtest_tee_test_6010_single()
1298 fs_create(&sess, file_00, sizeof(file_00), f, 0, data, in xtest_tee_test_6010_single()
[all …]
A Dregression_1000.c626 FILE *f = NULL; in load_corrupt_ta() local
636 f = open_ta_file(&create_fail_test_ta_uuid, "rb"); in load_corrupt_ta()
637 if (!ADBG_EXPECT_NOT_NULL(c, f)) in load_corrupt_ta()
639 if (!ADBG_EXPECT_TRUE(c, !fseek(f, 0, SEEK_END))) in load_corrupt_ta()
641 sz = ftell(f); in load_corrupt_ta()
642 rewind(f); in load_corrupt_ta()
648 fread_res = fread(buf, 1, sz, f); in load_corrupt_ta()
652 fclose(f); in load_corrupt_ta()
653 f = NULL; in load_corrupt_ta()
667 if (f) in load_corrupt_ta()
[all …]
/optee_test/cert/
A Dmid.csr11 f/248O6+80wwDQYJKoZIhvcNAQELBQADggEBAMn9sUKGKz7CdZPKeLdiUm60mIs4
/optee_test/host/xtest/gp/include/
A Dxml_common_api.h41 #define ALLOCATE_AND_FILL_SHARED_MEMORY_6(a,b,c,d,e,f) \ argument
42 ALLOCATE_AND_FILL_SHARED_MEMORY(a,b,c,d,c,e,f)
/optee_test/ta/crypt/
A Dsha2_impl.c79 #define SHA256_EXP(a, b, c, d, e, f, g, h, j) \ argument
81 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
/optee_test/host/xtest/gp/patches/
A D0002-TTAs-add-files-needed-to-compile.patch545 +BINARY = 534d4152-5443-534c-544f-53345041524d

Completed in 45 milliseconds