Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 11 of 11) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.padding.data156 Check one and zeros padding #1 (correct)
160 Check one and zeros padding #2 (correct)
164 Check one and zeros padding #3 (correct)
168 Check one and zeros padding #4 (correct)
172 Check one and zeros padding #5 (correct)
176 Check one and zeros padding #6 (missing one)
180 Check one and zeros padding #7 (overlong)
184 Check one and zeros padding #8 (last byte 0x80 | x)
188 Check zeros and len padding #1 (correct)
192 Check zeros and len padding #2 (correct)
[all …]
Dtest_suite_cipher.blowfish.data65 BLOWFISH Encrypt and decrypt 0 bytes with one and zeros padding
69 BLOWFISH Encrypt and decrypt 1 byte with one and zeros padding
73 BLOWFISH Encrypt and decrypt 2 bytes with one and zeros padding
77 BLOWFISH Encrypt and decrypt 7 bytes with one and zeros padding
81 BLOWFISH Encrypt and decrypt 8 bytes with one and zeros padding
85 BLOWFISH Encrypt and decrypt 9 bytes with one and zeros padding
89 BLOWFISH Encrypt and decrypt 15 bytes with one and zeros padding
93 BLOWFISH Encrypt and decrypt 16 bytes with one and zeros padding
97 BLOWFISH Encrypt and decrypt 17 bytes with one and zeros padding
101 BLOWFISH Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.des.data73 DES Encrypt and decrypt 0 bytes with one and zeros padding
77 DES Encrypt and decrypt 1 byte with one and zeros padding
81 DES Encrypt and decrypt 2 bytes with one and zeros padding
85 DES Encrypt and decrypt 7 bytes with one and zeros padding
89 DES Encrypt and decrypt 8 bytes with one and zeros padding
93 DES Encrypt and decrypt 9 bytes with one and zeros padding
97 DES Encrypt and decrypt 15 bytes with one and zeros padding
101 DES Encrypt and decrypt 16 bytes with one and zeros padding
105 DES Encrypt and decrypt 17 bytes with one and zeros padding
109 DES Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.camellia.data69 CAMELLIA Encrypt and decrypt 0 bytes with one and zeros padding
73 CAMELLIA Encrypt and decrypt 1 byte with one and zeros padding
77 CAMELLIA Encrypt and decrypt 2 bytes with one and zeros padding
81 CAMELLIA Encrypt and decrypt 7 bytes with one and zeros padding
85 CAMELLIA Encrypt and decrypt 8 bytes with one and zeros padding
89 CAMELLIA Encrypt and decrypt 9 bytes with one and zeros padding
93 CAMELLIA Encrypt and decrypt 15 bytes with one and zeros padding
97 CAMELLIA Encrypt and decrypt 16 bytes with one and zeros padding
101 CAMELLIA Encrypt and decrypt 17 bytes with one and zeros padding
105 CAMELLIA Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.aes.data69 AES-128 CBC - Encrypt and decrypt 0 bytes with one and zeros padding
73 AES-128 CBC - Encrypt and decrypt 1 byte with one and zeros padding
77 AES-128 CBC - Encrypt and decrypt 2 bytes with one and zeros padding
81 AES-128 CBC - Encrypt and decrypt 7 bytes with one and zeros padding
85 AES-128 CBC - Encrypt and decrypt 8 bytes with one and zeros padding
89 AES-128 CBC - Encrypt and decrypt 9 bytes with one and zeros padding
93 AES-128 CBC - Encrypt and decrypt 15 bytes with one and zeros padding
97 AES-128 CBC - Encrypt and decrypt 16 bytes with one and zeros padding
101 AES-128 CBC - Encrypt and decrypt 17 bytes with one and zeros padding
105 AES-128 CBC - Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_psa_crypto_entropy.function48 uint8_t zeros[32] = { 0 };
76 TEST_ASSERT( memcmp( output, zeros, sizeof( output ) ) != 0 );
Dhelpers.function124 * The allocated memory will be filled with zeros.
/openthread-2.7.6/third_party/mbedtls/repo/library/
Ddebug.c222 int j, k, zeros = 1; in mbedtls_debug_print_mpi() local
250 if( zeros && X->p[i - 1] == 0 ) in mbedtls_debug_print_mpi()
255 if( zeros && ( ( X->p[i - 1] >> ( k << 3 ) ) & 0xFF ) == 0 ) in mbedtls_debug_print_mpi()
258 zeros = 0; in mbedtls_debug_print_mpi()
278 if( zeros == 1 ) in mbedtls_debug_print_mpi()
Drsa.c2188 unsigned char zeros[8]; in mbedtls_rsa_rsassa_pss_verify_ext() local
2239 memset( zeros, 0, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
2294 ret = mbedtls_md_update( &md_ctx, zeros, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_compare_version.m4152 # Pad zeros at end of numbers to make same length.
/openthread-2.7.6/third_party/mbedtls/repo/
DChangeLog566 * Fix mbedtls_asn1_get_int to support any number of leading zeros. Credit
1580 zeros.
3068 * Support for zeros-and-length (ANSI X.923) padding, one-and-zeros