Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 19 of 19) sorted by relevance

/optee_test-3.20.0/ta/crypt/
A Dmbedtls_taf.c74 int ret = 0; in ta_entry_mbedtls_check_cert() local
87 if (ret) { in ta_entry_mbedtls_check_cert()
94 if (ret) { in ta_entry_mbedtls_check_cert()
102 if (ret) { in ta_entry_mbedtls_check_cert()
129 if (!ret) in write_cert()
172 if (ret) { in parse_issuer_cert()
192 if (ret) { in parse_issuer_key()
227 if (ret) in ta_entry_mbedtls_sign_cert()
230 if (ret) in ta_entry_mbedtls_sign_cert()
234 if (ret) { in ta_entry_mbedtls_sign_cert()
[all …]
/optee_test-3.20.0/host/xtest/
A Dxtest_main.c135 int ret = 0; in main() local
241 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_regression); in main()
243 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_benchmark); in main()
246 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_gp); in main()
250 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_pkcs11); in main()
254 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_ffa_spmc); in main()
258 ret = -1; in main()
260 if (ret < 0) in main()
265 ret = Do_ADBG_RunSuite(&all, argc - last_gen_option, argv + last_gen_option); in main()
272 return ret; in main()
A Dxtest_uuid_helpers.c97 int ret = 0; in xtest_uuid_v5() local
116 ret = EVP_DigestInit_ex(mdctx, md, NULL); in xtest_uuid_v5()
117 if (!ret) { in xtest_uuid_v5()
121 ret = EVP_DigestUpdate(mdctx, nsbe, sizeof(nsbe)); in xtest_uuid_v5()
122 if (!ret) { in xtest_uuid_v5()
126 ret = EVP_DigestUpdate(mdctx, name, size); in xtest_uuid_v5()
127 if (!ret) { in xtest_uuid_v5()
131 ret = EVP_DigestFinal_ex(mdctx, hash, &md_len); in xtest_uuid_v5()
132 if (!ret) { in xtest_uuid_v5()
A Dregression_8100.c145 bool ret = false; in get_cert() local
160 ret = true; in get_cert()
162 if (!ret) in get_cert()
165 return ret; in get_cert()
188 bool ret = false; in check() local
221 ret = true; in check()
223 if (!ret) in check()
228 return ret; in check()
234 bool ret = false; in verify_cert() local
255 if (!ret) in verify_cert()
[all …]
A Dregression_1000.c1265 int ret = 0; in xtest_tee_test_1014() local
1270 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014()
1276 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014()
1282 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014()
1288 ADBG_EXPECT(c, 1, ret); in xtest_tee_test_1014()
1293 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014()
1408 TEEC_Result ret = TEEC_ERROR_GENERIC; in invoke_1byte_out_of_bounds() local
1422 if (ret != TEEC_ERROR_BAD_PARAMETERS && ret != TEEC_ERROR_GENERIC) { in invoke_1byte_out_of_bounds()
1485 if (ret != TEEC_ERROR_BAD_PARAMETERS && ret != TEEC_ERROR_GENERIC) { in xtest_tee_test_1018()
2306 TEEC_Result ret = TEE_SUCCESS; in xtest_tee_test_1031() local
[all …]
A Dpkcs11_1000.c5628 if (!ret) in xtest_pkcs11_test_1019()
5632 if (!ret) in xtest_pkcs11_test_1019()
5638 if (!ret) in xtest_pkcs11_test_1019()
6624 if (!ret) in xtest_pkcs11_test_1021()
6627 if (!ret) in xtest_pkcs11_test_1021()
6631 if (!ret) in xtest_pkcs11_test_1021()
6634 if (!ret) in xtest_pkcs11_test_1021()
7007 if (!ret) in xtest_pkcs11_test_1022()
7010 if (!ret) in xtest_pkcs11_test_1022()
7392 if (!ret) in xtest_pkcs11_test_1023()
[all …]
A Dregression_2000.c672 bool ret = false; in test_2004_send_recv() local
727 ret = true; in test_2004_send_recv()
732 return ret; in test_2004_send_recv()
/optee_test-3.20.0/ta/bti_test/
A Dbti_stubs_a64.S13 ret
29 ret
34 ret
39 ret
43 ret
/optee_test-3.20.0/host/openssl/include/openssl/
A Dasn1_mac.h77 type ret=NULL; \
83 { if ((ret=(type)func()) == NULL) \
85 else ret=(*a);
95 if (a != NULL) (*a)=ret; \
96 return(ret);
103 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
116 if (a != NULL) (*a)=ret; \
117 return(ret); \
121 if ((ret != NULL) && ((a == NULL) || (*a != ret))) func(ret); \
356 # define M_ASN1_New_Malloc(ret,type) \ argument
[all …]
A Dx509_vfy.h147 char **ret);
149 X509_OBJECT *ret);
151 ASN1_INTEGER *serial, X509_OBJECT *ret);
154 X509_OBJECT *ret);
156 X509_OBJECT *ret);
506 X509_OBJECT *ret);
509 long argl, char **ret);
521 X509_OBJECT *ret);
523 ASN1_INTEGER *serial, X509_OBJECT *ret);
526 X509_OBJECT *ret);
[all …]
A Ddes.h211 char *DES_fcrypt(const char *buf, const char *salt, char *ret);
221 int DES_random_key(DES_cblock *ret);
A Dbn.h442 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret);
444 BIGNUM *BN_mpi2bn(const unsigned char *s, int len, BIGNUM *ret);
540 BIGNUM *BN_mod_inverse(BIGNUM *ret,
542 BIGNUM *BN_mod_sqrt(BIGNUM *ret,
549 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe,
561 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
A Dbio.h585 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) argument
689 long argl, long ret);
A Ddes_old.h409 char *_ossl_old_des_fcrypt(const char *buf, const char *salt, char *ret);
426 void _ossl_old_des_random_key(_ossl_old_des_cblock ret);
A Dx509.h612 X509_REVOKED **ret,
859 X509_REVOKED **ret, ASN1_INTEGER *serial);
860 int X509_CRL_get0_by_cert(X509_CRL *crl, X509_REVOKED **ret, X509 *x);
A Dasn1t.h643 int ret; /* return value */ member
A Dx509v3.h538 STACK_OF(CONF_VALUE) *ret);
/optee_test-3.20.0/ta/os_test/
A Dpauth_a64.S20 ret
/optee_test-3.20.0/host/xtest/adbg/src/
A Dadbg_run.c66 int ret = ADBG_RunSuite(Runner_p, argc, argv); in Do_ADBG_RunSuite() local
68 return ret; in Do_ADBG_RunSuite()

Completed in 57 milliseconds