Searched refs:zeros (Results 1 – 12 of 12) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.padding.data | 156 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 …]
|
D | test_suite_cipher.blowfish.data | 65 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 …]
|
D | test_suite_cipher.des.data | 73 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 …]
|
D | test_suite_cipher.camellia.data | 69 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 …]
|
D | test_suite_cipher.aes.data | 69 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 …]
|
D | test_suite_psa_crypto_entropy.function | 127 uint8_t zeros[32] = { 0 }; 155 TEST_ASSERT( memcmp( output, zeros, sizeof( output ) ) != 0 );
|
D | test_suite_dhm.function | 22 /* The DHM param output from Mbed TLS has leading zeros stripped, as
|
D | test_suite_mpi.data | 1842 ## the input, without first checking for leading zeros. If this was
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ |
D | ax_compare_version.m4 | 152 # Pad zeros at end of numbers to make same length.
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | rsa.c | 2015 unsigned char zeros[8]; in mbedtls_rsa_rsassa_pss_verify_ext() local 2066 memset( zeros, 0, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext() 2121 ret = mbedtls_md_update( &md_ctx, zeros, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 105 * RSA keys: can invalid DER encodings (e.g. leading zeros, ignored sign bit) have been stored?
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | ChangeLog | 998 * Fix mbedtls_asn1_get_int to support any number of leading zeros. Credit 2012 zeros. 3500 * Support for zeros-and-length (ANSI X.923) padding, one-and-zeros
|