Searched refs:dec (Results 1 – 6 of 6) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_aes.function | 6 * master, enc and dec must be AES context objects. They don't need to 13 mbedtls_aes_context *dec) 34 *dec = *master; 46 TEST_ASSERT(mbedtls_aes_crypt_ecb(dec, MBEDTLS_AES_DECRYPT, 49 mbedtls_aes_free(dec);
|
D | test_suite_bignum.misc.data | 67 Test mpi_read_write_string #9 (Empty MPI hex -> dec) 73 Test mpi_read_write_string #8 (Empty MPI dec -> hex) 76 Test mpi_read_write_string #9 (Empty MPI dec -> dec) 79 Test mpi_read_write_string #9 (Empty MPI dec -> base 2)
|
D | test_suite_cipher.function | 396 /* Initialise enc and dec contexts */ 688 /* Initialise enc and dec contexts */ 1208 /* Initialise enc and dec contexts */
|
D | test_suite_bignum_core.generated.data | 19877 mbedtls_mpi_core_montmul #70 (gen) 0x174876E7E9 is prime (dec) 99999999977 19997 …rt of 2-MPI 8-byte bignums) 0x25A55A46E5DA99C71C7 is the 3rd repunit prime(dec) 111111111111111111… 20009 mbedtls_mpi_core_montmul #114 (gen) 0x314DC643FB763F2B8C0E2DE00879 is (dec)99999999977^3 20021 mbedtls_mpi_core_montmul #118 (gen) 0x47BF19662275FA2F6845C74942ED1D852E521 is (dec) 99999999977^4 20033 …montmul #122 (gen) 0x97EDD86E4B5C4592C6D32064AC55C888A7245F07CA3CC455E07C931 is (dec) 99999999977^6 20045 …126 (gen) 0xDD15FE80B731872AC104DB37832F7E75A244AA2631BC87885B861E8F20375499 is (dec) 99999999977^7 20069 …F8920F5ABB06B24CC35AE1FBACC87D075C621C3E2833EC902713E40F51E3B3C214EDFABC451 is (dec) 99999999977^10 20081 …13C808DBF33DBFA11DABD6E6144BEF37C6800000000000000000000000000000000051 is prime, (dec) 10^143 + 3^4
|
/mbedtls-latest/programs/x509/ |
D | cert_write.c | 255 unsigned long long int dec; in parse_serial_decimal_format() local 256 unsigned int remaining_bytes = sizeof(dec); in parse_serial_decimal_format() 262 dec = strtoull(ibuf, &end_ptr, 10); in parse_serial_decimal_format() 275 val = (dec >> ((remaining_bytes - 1) * 8)) & 0xFF; in parse_serial_decimal_format()
|
/mbedtls-latest/scripts/ |
D | code_size_compare.py | 483 def __init__(self, text: int, data: int, bss: int, dec: int): 487 self.total = dec # total <=> dec
|