Searched refs:zeroes (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | chachapoly.c | 37 unsigned char zeroes[15]; in chachapoly_pad_aad() local 43 memset(zeroes, 0, sizeof(zeroes)); in chachapoly_pad_aad() 46 zeroes, in chachapoly_pad_aad() 58 unsigned char zeroes[15]; in chachapoly_pad_ciphertext() local 64 memset(zeroes, 0, sizeof(zeroes)); in chachapoly_pad_ciphertext() 66 zeroes, in chachapoly_pad_ciphertext()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum_mod_raw.data | 37 …st mbedtls_mpi_mod_raw_io #7 BE (Buffer and limbs just fit, input limb-aligned with leading zeroes) 40 …st mbedtls_mpi_mod_raw_io #7 LE (Buffer and limbs just fit, input limb-aligned with leading zeroes) 43 Test mbedtls_mpi_mod_raw_io #8 BE (Buffer and limbs just fit, input unaligned with leading zeroes) 46 Test mbedtls_mpi_mod_raw_io #8 LE (Buffer and limbs just fit, input unaligned with leading zeroes) 49 …bedtls_mpi_mod_raw_io #9 BE (Buffer just fits, extra limbs, input limb-aligned with leading zeroes) 52 …bedtls_mpi_mod_raw_io #9 LE (Buffer just fits, extra limbs, input limb-aligned with leading zeroes) 55 … mbedtls_mpi_mod_raw_io #10 BE (Buffer just fits, extra limbs, input unaligned with leading zeroes) 58 … mbedtls_mpi_mod_raw_io #10 LE (Buffer just fits, extra limbs, input unaligned with leading zeroes)
|
D | test_suite_bignum_core.misc.data | 22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes) 25 Test mbedtls_mpi_core_io_be #8 (Buffer and limbs just fit, input unaligned with leading zeroes) 28 …t mbedtls_mpi_core_io_be #9 (Buffer just fits, extra limbs, input limb-aligned with leading zeroes) 31 Test mbedtls_mpi_core_io_be #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes) 87 Test mbedtls_mpi_core_io_le #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes) 90 Test mbedtls_mpi_core_io_le #8 (Buffer and limbs just fit, input unaligned with leading zeroes) 93 …t mbedtls_mpi_core_io_le #9 (Buffer just fits, extra limbs, input limb-aligned with leading zeroes) 96 Test mbedtls_mpi_core_io_le #10 (Buffer just fits, extra limbs, input unaligned with leading zeroes)
|
D | test_suite_psa_crypto_driver_wrappers.function | 33 /* The output can be smaller: the spec allows stripping leading zeroes */ 801 size_t zeroes = 0; 804 zeroes++; 807 TEST_ASSERT(zeroes != sizeof(actual_output));
|
D | test_suite_bignum_mod.function | 682 /* Get number of bytes without leading zeroes */
|
D | test_suite_psa_crypto_pake.function | 123 /* The output can be smaller: the spec allows stripping leading zeroes */
|
D | test_suite_x509parse.data | 1085 X509 CRT parse CN: IPv4 leading zeroes #1 1088 X509 CRT parse CN: IPv4 leading zeroes #2
|
D | test_suite_psa_crypto.function | 721 /* The output can be smaller: the spec allows stripping leading zeroes */
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 2897 correctly as trailing zeroes were not accounted for as unused bits in the
|