Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/script/
Dcheck-simulation-local-host33 EXPECT_TEST=./tests/scripts/expect/cli-ping.exp
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py852 def gen_expression_check(exp_id, exp): argument
864 if not exp:
871 break;'''.format(exp_id=exp_id, expression=exp)
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
DReadme-x509.txt19 - test-int-ca-exp.crt is a copy that is expired
92 _int-ca-exp.crt: S7 + expired I1
DMakefile314 test-int-ca-exp.crt: $(test_ca_crt_file_ec) $(test_ca_key_file_ec) $(test_ca_config_file) test-int-…
317 all_final += test-int-ca-exp.crt test-int-ca.crt test-int-ca2.crt test-int-ca3.crt
397 server7_int-ca-exp.crt: server7.crt test-int-ca-exp.crt
398 cat server7.crt test-int-ca-exp.crt > $@
399 all_final += server7_int-ca-exp.crt
/openthread-latest/third_party/mbedtls/repo/library/
Decp.c1271 mbedtls_mpi exp; in mbedtls_ecp_sw_derive_y() local
1272 mbedtls_mpi_init(&exp); in mbedtls_ecp_sw_derive_y()
1279 MBEDTLS_MPI_CHK(mbedtls_mpi_add_int(&exp, &grp->P, 1)); in mbedtls_ecp_sw_derive_y()
1280 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&exp, 2)); in mbedtls_ecp_sw_derive_y()
1282 MBEDTLS_MPI_CHK(mbedtls_mpi_exp_mod(Y, Y /*y^2*/, &exp, &grp->P, NULL)); in mbedtls_ecp_sw_derive_y()
1295 mbedtls_mpi_free(&exp); in mbedtls_ecp_sw_derive_y()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dhost_test.function189 * "hex", "abef", "exp", "1"}
244 } else if (strcmp(type, "exp") == 0) {
Dtest_suite_x509parse.function469 void x509_crt_parse_cn_inet_pton(const char *cn, data_t *exp, int ref_ret)
476 TEST_MEMORY_COMPARE(exp->x, exp->len, addr, addrlen);
Dtest_suite_ssl.data2808 SSL TLS 1.3 Key schedule: Derive-Secret( ., "e exp master", hash)
2833 SSL TLS 1.3 Key schedule: Derive-Secret( ., "exp master", hash)
Dtest_suite_x509parse.data1239 x509_verify_callback:"data_files/server7_int-ca-exp.crt":"data_files/test-ca2.crt":"NULL":MBEDTLS_E…