Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Drsa.c2691 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local
2703 if ((encoded = mbedtls_calloc(1, sig_len)) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2718 ret = mbedtls_rsa_public(ctx, sig, encoded); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2727 if ((ret = FTMN_CALLEE_DONE_MEMCMP(mbedtls_ct_memcmp, encoded, in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2735 if (encoded != NULL) { in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2736 mbedtls_zeroize_and_free(encoded, sig_len); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
/optee_os/core/lib/qcbor/
H A DREADME.md7 except sorting of encoded maps)
34 encoded CBOR and encode/decode contexts so caller has full control
298 QCBOR, but it limits QCBOR's use of them to converting the encoded
334 numbers can still be encoded and decoded. Conversion
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog622 * Use heap memory to allocate DER encoded public/private key.
764 string to a DER-encoded mbedtls_asn1_buf.
949 * Use heap memory to allocate DER encoded RSA private key.
1120 * Reject OIDs with overlong-encoded subidentifiers when converting
2040 * Remove the following deprecated functions and constants of hex-encoded
3062 * Add DER-encoded test CRTs to library/certs.c, allowing
3100 This previously limited the maximum size of DER encoded certificates
3234 which allows copy-less parsing of DER encoded X.509 CRTs,
3284 extensions in CSRs and CRTs that caused these bitstrings to not be encoded
3829 * Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was
[all …]