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.c2663 unsigned char *encoded = NULL, *encoded_expected = NULL; in mbedtls_rsa_rsassa_pkcs1_v15_verify() local
2675 if ((encoded = mbedtls_calloc(1, sig_len)) == NULL || in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2690 ret = mbedtls_rsa_public(ctx, sig, encoded); in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2699 if ((ret = FTMN_CALLEE_DONE_MEMCMP(mbedtls_ct_memcmp, encoded, in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2707 if (encoded != NULL) { in mbedtls_rsa_rsassa_pkcs1_v15_verify()
2708 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 DChangeLog665 * Use heap memory to allocate DER encoded public/private key.
807 string to a DER-encoded mbedtls_asn1_buf.
992 * Use heap memory to allocate DER encoded RSA private key.
1163 * Reject OIDs with overlong-encoded subidentifiers when converting
2083 * Remove the following deprecated functions and constants of hex-encoded
3105 * Add DER-encoded test CRTs to library/certs.c, allowing
3143 This previously limited the maximum size of DER encoded certificates
3277 which allows copy-less parsing of DER encoded X.509 CRTs,
3327 extensions in CSRs and CRTs that caused these bitstrings to not be encoded
3872 * Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was
[all …]