/optee_test/ta/crypt/ |
A D | mbedtls_taf.c | 74 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/host/xtest/ |
A D | xtest_main.c | 121 int ret = 0; in main() local 225 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_regression); in main() 227 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_benchmark); in main() 230 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_gp); in main() 234 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_pkcs11); in main() 238 ret = -1; in main() 240 if (ret < 0) in main() 245 ret = Do_ADBG_RunSuite(&all, argc - last_gen_option, argv + last_gen_option); in main() 252 return ret; in main()
|
A D | xtest_uuid_helpers.c | 97 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 D | regression_8100.c | 143 bool ret = false; in get_cert() local 158 ret = true; in get_cert() 160 if (!ret) in get_cert() 163 return ret; in get_cert() 186 bool ret = false; in check() local 219 ret = true; in check() 221 if (!ret) in check() 226 return ret; in check() 232 bool ret = false; in verify_cert() local 253 if (!ret) in verify_cert() [all …]
|
A D | regression_1000.c | 1244 int ret = 0; in xtest_tee_test_1014() local 1249 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014() 1255 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014() 1261 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014() 1267 ADBG_EXPECT(c, 1, ret); in xtest_tee_test_1014() 1272 ADBG_EXPECT(c, 0, ret); in xtest_tee_test_1014() 1387 TEEC_Result ret = TEEC_ERROR_GENERIC; in invoke_1byte_out_of_bounds() local 1401 if (ret != TEEC_ERROR_BAD_PARAMETERS && ret != TEEC_ERROR_GENERIC) { in invoke_1byte_out_of_bounds() 1464 if (ret != TEEC_ERROR_BAD_PARAMETERS && ret != TEEC_ERROR_GENERIC) { in xtest_tee_test_1018() 2285 TEEC_Result ret = TEE_SUCCESS; in xtest_tee_test_1031() local [all …]
|
A D | pkcs11_1000.c | 5628 if (!ret) in xtest_pkcs11_test_1019() 5632 if (!ret) in xtest_pkcs11_test_1019() 5638 if (!ret) in xtest_pkcs11_test_1019() 6622 if (!ret) in xtest_pkcs11_test_1021() 6625 if (!ret) in xtest_pkcs11_test_1021() 6629 if (!ret) in xtest_pkcs11_test_1021() 6632 if (!ret) in xtest_pkcs11_test_1021() 7005 if (!ret) in xtest_pkcs11_test_1022() 7008 if (!ret) in xtest_pkcs11_test_1022() 7388 if (!ret) in xtest_pkcs11_test_1023() [all …]
|
A D | regression_2000.c | 672 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/ta/bti_test/ |
A D | bti_stubs_a64.S | 13 ret 29 ret 34 ret 39 ret 43 ret
|
/optee_test/host/openssl/include/openssl/ |
A D | asn1_mac.h | 77 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 D | x509_vfy.h | 147 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 D | des.h | 211 char *DES_fcrypt(const char *buf, const char *salt, char *ret); 221 int DES_random_key(DES_cblock *ret);
|
A D | bn.h | 442 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 D | bio.h | 585 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) argument 689 long argl, long ret);
|
A D | des_old.h | 409 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 D | x509.h | 612 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 D | asn1t.h | 643 int ret; /* return value */ member
|
A D | x509v3.h | 538 STACK_OF(CONF_VALUE) *ret);
|
/optee_test/host/xtest/adbg/src/ |
A D | adbg_run.c | 66 int ret = ADBG_RunSuite(Runner_p, argc, argv); in Do_ADBG_RunSuite() local 68 return ret; in Do_ADBG_RunSuite()
|