Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 24 of 24) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_base64.data148 Base64 encode hex #1
151 Base64 encode hex #2 (buffer too small)
154 Base64 encode hex #3
157 Base64 encode hex #4
162 Base64 encode hex all valid input bytes #0
165 Base64 encode hex all valid input bytes #1
174 Base64 decode hex #1
177 Base64 decode hex #2 (buffer too small)
180 Base64 decode hex #3
183 Base64 decode hex #4
[all …]
A Dtest_suite_lmots.data38 …nt('lmots_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), ots_public_key.pubkey.hex
63 …nt('lmots_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), ots_public_key.pubkey.hex
86 …nt('lmots_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), ots_public_key.pubkey.hex
A Dtest_suite_lms.data34 …('lms_verify_test:"{}":"{}":"{}":0'.format(message1.hex(), sig1.hex(), public_key.serialize()[4:].
48 …('lms_verify_test:"{}":"{}":"{}":0'.format(message2.hex(), sig2.hex(), public_key.serialize()[4:].
160 …int('lms_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), public_key.get_pubkey().he…
186 …int('lms_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), public_key.get_pubkey().he…
A Dtest_suite_bignum.misc.data16 Base test mpi_read_write_string #3 (Read zero hex)
22 Base test mpi_read_write_string #3 (Read minus zero hex)
31 Base test mpi_read_write_string #3 (Negative hex -> decimal)
34 Base test mpi_read_write_string #3 (Negative hex)
37 Base test mpi_read_write_string #3 (Negative hex, leading 0)
64 Test mpi_read_write_string #8 (Empty MPI hex -> hex)
67 Test mpi_read_write_string #9 (Empty MPI hex -> dec)
70 Test mpi_read_write_string #9 (Empty MPI hex -> base 2)
73 Test mpi_read_write_string #8 (Empty MPI dec -> hex)
82 Test mpi_write_string #10 (Negative hex with odd number of digits)
A Dtest_suite_platform_printf.function52 /* 2 hex digits per byte */
A Dtest_suite_psa_its.function24 16 + /*UID (64-bit number in hex)*/ \
25 16 + /*UID (64-bit number in hex)*/ \
A Dhost_test.function189 * "hex", "abef", "exp", "1"}
193 * 2, { 0xab, 0xef },// Converted len,hex pair
229 } else if (strcmp(type, "hex") == 0) {
A Dtest_suite_pem.data66 # 1. generate the key (password="password"; IV=0x3132333435363738 in hex or "12345678" as string)
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DDisplayHint.cs11 hex, enumerator
38 _type = NumType.hex; in DisplayHint()
73 case NumType.hex: in Decode()
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dtcp_client.pl17 my ($hex) = @_;
18 $hex =~ s/\s+//g;
19 return pack('H*', $hex);
A Dgenerate_pkcs7_tests.py134 new_length = str(hex(int(data[data_i - 1], 16) + 1))[2:]
150 new_length = str(hex(int(data[data_i - 1], 16) - 1))[2:]
172 DATA_STR = f.read().hex()
A Dgenerate_psa_tests.py516 '"' + key.material.hex() + '"',
517 '"' + key.hex() + '"',
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dpsa_storage.py163 def hex(self) -> str: member in Key
168 return self.bytes().hex()
187 self.assertEqual(key.hex(), expected_hex)
198 self.assertEqual(key.hex(), expected_hex)
206 self.assertEqual(key.hex(), expected_hex)
A Dcrypto_data_tests.py102 [short.hex(), hash_short])
106 [long[:n].hex(), calc(long[:n]),
107 long[n:].hex(), hash_long])
/lib/optee/
A DKconfig15 hex "Amount of Trust-Zone RAM for the OPTEE image"
/lib/
A DKconfig197 hex "Android sparse image CHUNK_TYPE_FILL buffer size"
390 hex "Size of trace buffer in U-Boot"
424 hex "Size of early trace buffer in U-Boot"
440 hex "Address of early trace buffer in U-Boot"
1005 hex "Mask of conditions to assume for libfdt"
1023 hex "Free space added to device-tree before booting"
1044 hex "Mask of conditions to assume for libfdt"
1066 hex "Mask of conditions to assume for libfdt"
1088 hex "Mask of conditions to assume for libfdt"
/lib/efi_client/
A DKconfig71 hex "Amount of EFI RAM for U-Boot"
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-TM153 other than 255 (hex ff)."
/lib/lwip/lwip/
A DUPGRADING247 * Added printf-formatter X8_F to printf u8_t as hex
/lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/
A Dpsa-limitations.md208 `x509_parse_rsassa_pss_params` test function and hex data.)
/lib/efi_loader/
A DKconfig179 hex "Define the address of the shared MM communication buffer"
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB709 -- A hex dump of the input to the
/lib/mbedtls/external/mbedtls/
A DChangeLog775 hex. They cannot be used simultaneously
778 - "serial_hex" is used for the hex format; max length here is
966 serial numbers are now rendered in hex format. Fixes #6262.
1652 * Remove the following deprecated functions and constants of hex-encoded
3697 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.
3701 from hex strings. Superseded by mbedtls_ssl_conf_dh_param_bin()
4825 * Fix mpi_write_string() to write "00" as hex output for empty MPI (found
/lib/mbedtls/external/mbedtls/docs/
A D3.0-migration-guide.md173 ### Deprecated hex-encoded primes were removed from DHM

Completed in 72 milliseconds