Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c1560 bool private = true; in check_access_attrs_against_token() local
1568 private = object_is_private(head); in check_access_attrs_against_token()
1574 if (private && (pkcs11_session_is_public(session) || in check_access_attrs_against_token()
1756 struct obj_attrs *private = NULL; in check_created_attrs() local
1770 private = key1; in check_created_attrs()
1780 if (private == key1) in check_created_attrs()
1785 private = key2; in check_created_attrs()
1794 if (get_key_type(private) != get_key_type(public)) in check_created_attrs()
1836 if (private) { in check_created_attrs()
1837 switch (get_key_type(private)) { in check_created_attrs()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog469 gaps made by making its fields private: mbedtls_ecp_set_public_key(),
500 * Add new accessor to expose the private group id member of
514 * Add new accessors to expose the private session-id,
622 * Use heap memory to allocate DER encoded public/private key.
623 This reduces stack usage significantly for writing a public/private
654 * Fix a timing side channel in private key RSA operations. This side channel
746 public and private keys in RFC 8410 format using the existing PK APIs.
949 * Use heap memory to allocate DER encoded RSA private key.
1238 * Add support for opaque keys as the private keys associated to certificates
1243 (LMS_SHA256_M32_H10), meaning that each private key can be used to sign
[all …]
/optee_os/
H A DCHANGELOG.md1355 * Do not consider TA memref parameters as TA private memory