/optee_test-3.20.0/host/xtest/adbg/src/ |
A D | adbg_log.c | 59 size_t m, NumCols; in Do_ADBG_HexLog() local 64 for (m = 0; m < NumCols; m++) { in Do_ADBG_HexLog() 65 int ch = Data_p[n + m]; in Do_ADBG_HexLog() 68 AsciiBuffer[m] = (char)ch; in Do_ADBG_HexLog() 70 AsciiBuffer[m] = '.'; in Do_ADBG_HexLog() 72 AsciiBuffer[m] = '\0'; in Do_ADBG_HexLog()
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | bn.h | 463 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 465 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument 470 const BIGNUM *m); 474 const BIGNUM *m); 480 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, 500 const BIGNUM *m, BN_CTX *ctx); 504 const BIGNUM *m, BN_CTX *ctx, 512 const BIGNUM *m, BN_CTX *ctx); 523 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx); 632 const BIGNUM *m, BN_CTX *ctx); [all …]
|
A D | crypto.h | 499 int CRYPTO_set_mem_functions(void *(*m) (size_t), void *(*r) (void *, size_t), 501 int CRYPTO_set_locked_mem_functions(void *(*m) (size_t), 503 int CRYPTO_set_mem_ex_functions(void *(*m) (size_t, const char *, int), 506 int CRYPTO_set_locked_mem_ex_functions(void *(*m) (size_t, const char *, int), 508 int CRYPTO_set_mem_debug_functions(void (*m) 514 void CRYPTO_get_mem_functions(void *(**m) (size_t), 517 void CRYPTO_get_locked_mem_functions(void *(**m) (size_t), 519 void CRYPTO_get_mem_ex_functions(void *(**m) (size_t, const char *, int), 523 *(**m) (size_t, const char *, int), 525 void CRYPTO_get_mem_debug_functions(void (**m)
|
A D | rsa.h | 99 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx); 117 const unsigned char *m, unsigned int m_length, 120 int (*rsa_verify) (int dtype, const unsigned char *m, 410 int RSA_sign(int type, const unsigned char *m, unsigned int m_length, 412 int RSA_verify(int type, const unsigned char *m, unsigned int m_length, 420 const unsigned char *m, unsigned int m_length, 423 int RSA_verify_ASN1_OCTET_STRING(int type, const unsigned char *m,
|
A D | dsa.h | 137 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx, 141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
A D | ssl.h | 2483 # define SSL_CTX_set_session_cache_mode(ctx,m) \ argument 2489 # define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m) argument 2492 # define SSL_CTX_set_read_ahead(ctx,m) \ argument 2493 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL) 2496 # define SSL_CTX_set_max_cert_list(ctx,m) \ argument 2497 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) 2500 # define SSL_set_max_cert_list(ssl,m) \ argument 2501 SSL_ctrl(ssl,SSL_CTRL_SET_MAX_CERT_LIST,m,NULL) 2503 # define SSL_CTX_set_max_send_fragment(ctx,m) \ argument 2505 # define SSL_set_max_send_fragment(ssl,m) \ argument [all …]
|
A D | ec.h | 673 size_t num, const EC_POINT *p[], const BIGNUM *m[], 686 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
|
A D | dh.h | 124 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
|
A D | evp.h | 171 int (*sign) (int type, const unsigned char *m, unsigned int m_length, 173 int (*verify) (int type, const unsigned char *m, unsigned int m_length, 183 typedef int evp_sign_method(int type, const unsigned char *m, 186 typedef int evp_verify_method(int type, const unsigned char *m,
|
A D | x509_vfy.h | 497 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m);
|
A D | x509.h | 617 void X509_CRL_METHOD_free(X509_CRL_METHOD *m);
|
/optee_test-3.20.0/host/xtest/ |
A D | hash_perf.c | 74 double m; member 85 double delta = x - s->m; in update_stats() 88 s->m += delta/s->n; in update_stats() 89 s->M2 += delta*(x - s->m); in update_stats() 365 stats.min / 1000, stats.max / 1000, stats.m / 1000, in hash_perf_run_test() 366 sd / 1000, 100 * sd / stats.m, mb_per_sec(size, stats.m)); in hash_perf_run_test() 368 (stats.m - 2 * sd) / 1000, (stats.m + 2 * sd) / 1000, in hash_perf_run_test() 369 mb_per_sec(size, stats.m + 2 * sd), in hash_perf_run_test() 370 mb_per_sec(size, stats.m - 2 * sd)); in hash_perf_run_test()
|
A D | aes_perf.c | 132 double m; member 143 double delta = x - s->m; in update_stats() 146 s->m += delta/s->n; in update_stats() 147 s->M2 += delta*(x - s->m); in update_stats() 527 stats.min / 1000, stats.max / 1000, stats.m / 1000, in aes_perf_run_test() 528 sd / 1000, 100 * sd / stats.m, mb_per_sec(size, stats.m)); in aes_perf_run_test() 530 (stats.m - 2 * sd) / 1000, (stats.m + 2 * sd) / 1000, in aes_perf_run_test() 531 mb_per_sec(size, stats.m + 2 * sd), in aes_perf_run_test() 532 mb_per_sec(size, stats.m - 2 * sd)); in aes_perf_run_test()
|
A D | CMakeLists.txt | 141 PRIVATE m
|
A D | regression_4000.c | 4196 size_t m = 0; in test_keygen_attributes() local 4198 for (m = 0; m < num_attrs; m++) { in test_keygen_attributes() 4199 if ((attrs[m].attr & TEE_ATTR_BIT_VALUE) == 0) { in test_keygen_attributes() 4204 key, attrs[m].attr, out, &out_size))) in test_keygen_attributes() 4207 if (attrs[m].keysize_check) in test_keygen_attributes() 4226 attrs[m].attr, &a, &b))) in test_keygen_attributes() 5126 size_t m = 0; in xtest_tee_test_4011() local 5228 for (m = n + 1; m < tmp_size; m++) in xtest_tee_test_4011() 5229 if (tmp[m] != 0xff) in xtest_tee_test_4011() 5233 memmove(tmp + n + i, tmp + m, tmp_size - m); in xtest_tee_test_4011() [all …]
|
A D | regression_6000.c | 1767 size_t m = 0; in xtest_tee_test_6016_loop() local 1770 for (m = 0; m < NUM_THREADS; m++) in xtest_tee_test_6016_loop() 1772 xtest_teec_open_session(&arg[m].session, in xtest_tee_test_6016_loop() 1789 for (i = 0; i < m; i++) in xtest_tee_test_6016_loop()
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_timearithm_api.h | 582 *m = NULL, *l = NULL, \ 592 m = BN_new(); \ 601 BN_free(m); \
|