Searched refs:encoded (Results 1 – 14 of 14) sorted by relevance
| /mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_util.data | 133 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes. 138 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes. 143 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes. 148 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes.
|
| A D | test_suite_pem.data | 59 PEM read (valid EC key encoded with AES-128-CBC) 63 # The text "hello world" together with some invalid padding data is encoded
|
| A D | test_suite_x509write.data | 193 X509 String to Names #9 (Escaped ascii hexpairs uppercase encoded) 196 X509 String to Names #10 (Escaped ascii hexpairs lowercase encoded)
|
| A D | test_suite_cipher.function | 473 /* decode the previously encoded string */ 753 /* decode the previously encoded string */
|
| A D | test_suite_psa_crypto.data | 4722 PSA verify hash: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded) 4750 PSA vrfy hash int: ECDSA SECP256R1, wrong sig size (correct but ASN1-encoded) 5014 PSA verify message: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded)
|
| /mbedtls/docs/architecture/ |
| A D | mbed-crypto-storage-specification.md | 51 All integers are encoded in little-endian order in 8-bit bytes. 201 All integers are encoded in little-endian order in 8-bit bytes. 260 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 282 All integers are encoded in platform endianness. 319 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 410 All integers are encoded in little-endian order in 8-bit bytes except where otherwise indicated. 446 All integers are encoded in platform endianness.
|
| A D | psa-storage-resilience.md | 307 …identifier (as well as the location of the secure element if this is not encoded in the name of th…
|
| /mbedtls/tests/data_files/ |
| A D | Readme-x509.txt | 28 - enco-ca-prstr.pem: has its CN encoded as a printable string, but child cert 29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
|
| /mbedtls/library/ |
| A D | rsa.c | 2682 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local 2694 if ((encoded = mbedtls_calloc(1, sig_len)) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2709 ret = mbedtls_rsa_public(ctx, sig, encoded); in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2718 if ((ret = mbedtls_ct_memcmp(encoded, encoded_expected, in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2726 if (encoded != NULL) { in mbedtls_rsa_rsassa_pkcs1_v15_verify() 2727 mbedtls_zeroize_and_free(encoded, sig_len); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
|
| /mbedtls/docs/architecture/psa-migration/ |
| A D | psa-limitations.md | 156 encoded as part of the key, and of the signature. If both encoding are 322 2. Doing verifications with `PSA_ALG_RSA_PSS` when we're lucky and the encoded
|
| A D | psa-legacy-bridges.md | 143 …On the PSA side, this is a `psa_key_type_t` value and an algorithm which is normally encoded as po…
|
| A D | md-cipher-dispatch.md | 219 * How the mechanism is encoded (e.g. `mbedtls_md_type_t` vs `const *mbedtls_md_info_t` vs `psa_algo…
|
| /mbedtls/ |
| A D | ChangeLog | 234 * Use heap memory to allocate DER encoded public/private key. 376 string to a DER-encoded mbedtls_asn1_buf. 561 * Use heap memory to allocate DER encoded RSA private key. 732 * Reject OIDs with overlong-encoded subidentifiers when converting 2674 * Add DER-encoded test CRTs to library/certs.c, allowing 2712 This previously limited the maximum size of DER encoded certificates 2846 which allows copy-less parsing of DER encoded X.509 CRTs, 3544 * Add support for public keys encoded in PKCS#1 format. #1122 3852 encoded X.509 certificates. The overflow could enable maliciously 5355 PEM-encoded certificates has been fixed (found by Jack Lloyd) [all …]
|
| /mbedtls/docs/ |
| A D | 3.0-migration-guide.md | 173 ### Deprecated hex-encoded primes were removed from DHM
|
Completed in 55 milliseconds