Searched refs:rr (Results 1 – 13 of 13) sorted by relevance
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | bignum_mod.c | 70 if (N->rep.mont.rr != NULL) { in mbedtls_mpi_mod_modulus_free() 71 mbedtls_zeroize_and_free((mbedtls_mpi_uint *) N->rep.mont.rr, in mbedtls_mpi_mod_modulus_free() 73 N->rep.mont.rr = NULL; in mbedtls_mpi_mod_modulus_free() 144 ret = set_mont_const_square(&N->rep.mont.rr, N->p, N->limbs); in mbedtls_mpi_mod_modulus_setup() 210 N->rep.mont.rr, in mbedtls_mpi_mod_inv_mont() 231 Nmont.rep.mont.mm, Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont() 236 Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont()
|
| D | bignum_mod.h | 111 mbedtls_mpi_uint const *rr; /* The residue for 2^{2*n*biL} mod N */ member
|
| D | bignum_core.h | 724 const mbedtls_mpi_uint *rr,
|
| D | bignum_mod_raw.c | 242 N->rep.mont.mm, N->rep.mont.rr, T); in mbedtls_mpi_mod_raw_to_mont_rep()
|
| D | bignum_core.c | 877 const mbedtls_mpi_uint *rr, in mbedtls_mpi_core_to_mont_rep() argument 880 mbedtls_mpi_core_montmul(X, A, rr, AN_limbs, N, AN_limbs, mm, T); in mbedtls_mpi_core_to_mont_rep()
|
| /openthread-latest/tests/scripts/thread-cert/border_router/ |
| D | test_dnssd_server.py | 239 for rr in dig_result['ADDITIONAL']: 240 if rr[3] == 'SRV': 241 dp_hostname = rr[7] 242 elif rr[3] == 'AAAA': 243 dp_ip6_address = rr[4]
|
| D | test_dnssd_server_multi_border_routers.py | 318 for rr in dig_result['ADDITIONAL']: 319 if rr[3] == 'SRV': 320 dp_hostname = rr[7] 321 elif rr[3] == 'AAAA': 322 dp_ip6_address = rr[4]
|
| /openthread-latest/src/core/net/ |
| D | srp_client.cpp | 1372 Dns::ResourceRecord rr; in AppendServiceInstruction() local 1393 …rr.Init(Dns::ResourceRecord::kTypePtr, removing ? Dns::PtrRecord::kClassNone : Dns::PtrRecord::kCl… in AppendServiceInstruction() 1394 rr.SetTtl(removing ? 0 : DetermineTtl()); in AppendServiceInstruction() 1396 SuccessOrExit(error = aInfo.mMessage->Append(rr)); in AppendServiceInstruction() 1403 UpdateRecordLengthInMessage(rr, offset, *aInfo.mMessage); in AppendServiceInstruction() 1430 SuccessOrExit(error = aInfo.mMessage->Append(rr)); in AppendServiceInstruction() 1433 UpdateRecordLengthInMessage(rr, offset, *aInfo.mMessage); in AppendServiceInstruction() 1466 rr.Init(Dns::ResourceRecord::kTypeTxt); in AppendServiceInstruction() 1468 SuccessOrExit(error = aInfo.mMessage->Append(rr)); in AppendServiceInstruction() 1471 UpdateRecordLengthInMessage(rr, offset, *aInfo.mMessage); in AppendServiceInstruction() [all …]
|
| /openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
| D | server1.key_usage_noauthid.crt | 14 1X0oQA/KMVODJP1+rr/e6SuyROVgqUfFA/7Hn5evb94Ftxlb0d8uOlpoHWtyaRVw
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_bignum_mod.function | 71 TEST_ASSERT(m.rep.mont.rr != NULL); 85 TEST_ASSERT(m.rep.mont.rr == NULL);
|
| D | test_suite_bignum_mod_raw.function | 724 m.rep.mont.mm, m.rep.mont.rr, T); 731 m.rep.mont.mm, m.rep.mont.rr, T);
|
| D | test_suite_bignum_core.function | 998 /* rr is updated to a valid pointer */ 1001 /* Calculated rr matches expected value */
|
| D | test_suite_ecp.function | 1701 TEST_ASSERT(m.rep.mont.rr != NULL);
|