Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_cipher.padding.data159 Check one and zeros padding #1 (correct)
163 Check one and zeros padding #2 (correct)
167 Check one and zeros padding #3 (correct)
171 Check one and zeros padding #4 (correct)
175 Check one and zeros padding #5 (correct)
179 Check one and zeros padding #6 (missing one)
183 Check one and zeros padding #7 (overlong)
187 Check zeros and len padding #1 (correct)
191 Check zeros and len padding #2 (correct)
195 Check zeros and len padding #3 (correct)
[all …]
Dtest_suite_cipher.blowfish.data61 BLOWFISH Encrypt and decrypt 0 bytes with one and zeros padding
65 BLOWFISH Encrypt and decrypt 1 byte with one and zeros padding
69 BLOWFISH Encrypt and decrypt 2 bytes with one and zeros padding
73 BLOWFISH Encrypt and decrypt 7 bytes with one and zeros padding
77 BLOWFISH Encrypt and decrypt 8 bytes with one and zeros padding
81 BLOWFISH Encrypt and decrypt 9 bytes with one and zeros padding
85 BLOWFISH Encrypt and decrypt 15 bytes with one and zeros padding
89 BLOWFISH Encrypt and decrypt 16 bytes with one and zeros padding
93 BLOWFISH Encrypt and decrypt 17 bytes with one and zeros padding
97 BLOWFISH Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.des.data61 DES Encrypt and decrypt 0 bytes with one and zeros padding
65 DES Encrypt and decrypt 1 byte with one and zeros padding
69 DES Encrypt and decrypt 2 bytes with one and zeros padding
73 DES Encrypt and decrypt 7 bytes with one and zeros padding
77 DES Encrypt and decrypt 8 bytes with one and zeros padding
81 DES Encrypt and decrypt 9 bytes with one and zeros padding
85 DES Encrypt and decrypt 15 bytes with one and zeros padding
89 DES Encrypt and decrypt 16 bytes with one and zeros padding
93 DES Encrypt and decrypt 17 bytes with one and zeros padding
97 DES Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.camellia.data61 CAMELLIA Encrypt and decrypt 0 bytes with one and zeros padding
65 CAMELLIA Encrypt and decrypt 1 byte with one and zeros padding
69 CAMELLIA Encrypt and decrypt 2 bytes with one and zeros padding
73 CAMELLIA Encrypt and decrypt 7 bytes with one and zeros padding
77 CAMELLIA Encrypt and decrypt 8 bytes with one and zeros padding
81 CAMELLIA Encrypt and decrypt 9 bytes with one and zeros padding
85 CAMELLIA Encrypt and decrypt 15 bytes with one and zeros padding
89 CAMELLIA Encrypt and decrypt 16 bytes with one and zeros padding
93 CAMELLIA Encrypt and decrypt 17 bytes with one and zeros padding
97 CAMELLIA Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dtest_suite_cipher.aes.data65 AES Encrypt and decrypt 0 bytes with one and zeros padding
69 AES Encrypt and decrypt 1 byte with one and zeros padding
73 AES Encrypt and decrypt 2 bytes with one and zeros padding
77 AES Encrypt and decrypt 7 bytes with one and zeros padding
81 AES Encrypt and decrypt 8 bytes with one and zeros padding
85 AES Encrypt and decrypt 9 bytes with one and zeros padding
89 AES Encrypt and decrypt 15 bytes with one and zeros padding
93 AES Encrypt and decrypt 16 bytes with one and zeros padding
97 AES Encrypt and decrypt 17 bytes with one and zeros padding
101 AES Encrypt and decrypt 31 bytes with one and zeros padding
[all …]
Dhelpers.function285 * This function only returns zeros
/net-tools-latest/mbedtls-2.4.0/library/
Ddebug.c219 int j, k, zeros = 1; in mbedtls_debug_print_mpi() local
241 if( zeros && X->p[i - 1] == 0 ) in mbedtls_debug_print_mpi()
246 if( zeros && ( ( X->p[i - 1] >> ( k << 3 ) ) & 0xFF ) == 0 ) in mbedtls_debug_print_mpi()
249 zeros = 0; in mbedtls_debug_print_mpi()
269 if( zeros == 1 ) in mbedtls_debug_print_mpi()
Drsa.c1193 unsigned char zeros[8]; in mbedtls_rsa_rsassa_pss_verify_ext() local
1237 memset( zeros, 0, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
1288 mbedtls_md_update( &md_ctx, zeros, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
/net-tools-latest/mbedtls-2.4.0/
DChangeLog1063 * Support for zeros-and-length (ANSI X.923) padding, one-and-zeros