Searched refs:encoded (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_util.data | 153 # 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.
|
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
|
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)
|
D | test_suite_cipher.function | 473 /* decode the previously encoded string */ 757 /* decode the previously encoded string */
|
D | test_suite_psa_crypto.data | 4738 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/ |
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.
|
D | psa-keystore-design.md | 143 * for a volatile key identifier, the [slice index is encoded in the key identifier](#volatile-key-i…
|
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-latest/library/ |
D | rsa.c | 2683 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/ |
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
|
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…
|
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-latest/ |
D | ChangeLog | 429 * 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/ |
D | 3.0-migration-guide.md | 173 ### Deprecated hex-encoded primes were removed from DHM
|