Home
last modified time | relevance | path

Searched refs:mbedtls_pk_parse_key (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkparse.c973 int mbedtls_pk_parse_key(mbedtls_pk_context *pk, in mbedtls_pk_parse_key() function
1360 ret = mbedtls_pk_parse_key(ctx, buf, n, NULL, 0, f_rng, p_rng); in mbedtls_pk_parse_keyfile()
1362 ret = mbedtls_pk_parse_key(ctx, buf, n, in mbedtls_pk_parse_keyfile()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpk.h1109 int mbedtls_pk_parse_key(mbedtls_pk_context *ctx,
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c2536 mbedtls_rc = mbedtls_pk_parse_key(&pk, data, key_size, in set_private_key_data_rsa()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog983 * mbedtls_pk_parse_key() now rejects trailing garbage in encrypted keys.
1690 * In mbedtls_pk_parse_key(), if no password is provided, don't allocate a
2011 mbedtls_pk_parse_key(), mbedtls_pk_parse_keyfile().
2778 mbedtls_pk_parse_key() / mbedtls_pk_parse_keyfile() (when loading a
2954 * Fix a bug in mbedtls_pk_parse_key() that would cause it to accept some
2957 * Fix a bug in mbedtls_pk_parse_key() that would cause it to
3736 mbedtls_pk_parse_key(). Found by Martin Boye Petersen and fixed by Dawid
4680 mbedtls_pk_parse_key(file)() when the password is > 129 bytes.
4876 * Functions mbedtls_x509_xxx_parse(), mbedtls_pk_parse_key(),