Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 14 of 14) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_util.data153 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes.
158 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes.
163 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes.
168 # 512/521 bit sizes are useful to test sequence's length encoded with 2 bytes.
Dtest_suite_pem.data59 PEM read (valid EC key encoded with AES-128-CBC)
63 # The text "hello world" together with some invalid padding data is encoded
Dtest_suite_x509write.data193 X509 String to Names #9 (Escaped ascii hexpairs uppercase encoded)
196 X509 String to Names #10 (Escaped ascii hexpairs lowercase encoded)
Dtest_suite_cipher.function473 /* decode the previously encoded string */
757 /* decode the previously encoded string */
Dtest_suite_psa_crypto.data4738 PSA verify hash: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded)
4766 PSA vrfy hash int: ECDSA SECP256R1, wrong sig size (correct but ASN1-encoded)
5030 PSA verify message: ECDSA SECP256R1, wrong signature size (correct but ASN1-encoded)
/mbedtls-latest/docs/architecture/
Dmbed-crypto-storage-specification.md51 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.
Dpsa-keystore-design.md143 * for a volatile key identifier, the [slice index is encoded in the key identifier](#volatile-key-i…
Dpsa-storage-resilience.md307 …identifier (as well as the location of the secure element if this is not encoded in the name of th…
/mbedtls-latest/library/
Drsa.c2683 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local
2695 if ((encoded = mbedtls_calloc(1, sig_len)) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2710 ret = mbedtls_rsa_public(ctx, sig, encoded); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2719 if ((ret = mbedtls_ct_memcmp(encoded, encoded_expected, in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2727 if (encoded != NULL) { in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2728 mbedtls_zeroize_and_free(encoded, sig_len); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
/mbedtls-latest/docs/architecture/psa-migration/
Dpsa-limitations.md156 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
Dpsa-legacy-bridges.md143 …On the PSA side, this is a `psa_key_type_t` value and an algorithm which is normally encoded as po…
Dmd-cipher-dispatch.md219 * How the mechanism is encoded (e.g. `mbedtls_md_type_t` vs `const *mbedtls_md_info_t` vs `psa_algo…
/mbedtls-latest/
DChangeLog429 * Use heap memory to allocate DER encoded public/private key.
571 string to a DER-encoded mbedtls_asn1_buf.
756 * Use heap memory to allocate DER encoded RSA private key.
927 * Reject OIDs with overlong-encoded subidentifiers when converting
1847 * Remove the following deprecated functions and constants of hex-encoded
2869 * Add DER-encoded test CRTs to library/certs.c, allowing
2907 This previously limited the maximum size of DER encoded certificates
3041 which allows copy-less parsing of DER encoded X.509 CRTs,
3091 extensions in CSRs and CRTs that caused these bitstrings to not be encoded
3636 * Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was
[all …]
/mbedtls-latest/docs/
D3.0-migration-guide.md173 ### Deprecated hex-encoded primes were removed from DHM