Searched refs:mbedtls_pk_parse_key (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkparse.c | 973 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 D | pk.h | 1109 int mbedtls_pk_parse_key(mbedtls_pk_context *ctx,
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 2536 mbedtls_rc = mbedtls_pk_parse_key(&pk, data, key_size, in set_private_key_data_rsa()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 940 * mbedtls_pk_parse_key() now rejects trailing garbage in encrypted keys. 1647 * In mbedtls_pk_parse_key(), if no password is provided, don't allocate a 1968 mbedtls_pk_parse_key(), mbedtls_pk_parse_keyfile(). 2735 mbedtls_pk_parse_key() / mbedtls_pk_parse_keyfile() (when loading a 2911 * Fix a bug in mbedtls_pk_parse_key() that would cause it to accept some 2914 * Fix a bug in mbedtls_pk_parse_key() that would cause it to 3693 mbedtls_pk_parse_key(). Found by Martin Boye Petersen and fixed by Dawid 4637 mbedtls_pk_parse_key(file)() when the password is > 129 bytes. 4833 * Functions mbedtls_x509_xxx_parse(), mbedtls_pk_parse_key(),
|