| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_struct.h | 335 static inline void psa_set_key_id(psa_key_attributes_t *attributes, in psa_set_key_id() 351 const psa_key_attributes_t *attributes) in psa_get_key_id() 357 static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id() 364 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime() 378 const psa_key_attributes_t *attributes) in psa_get_key_lifetime() 394 static inline void psa_set_key_usage_flags(psa_key_attributes_t *attributes, in psa_set_key_usage_flags() 402 const psa_key_attributes_t *attributes) in psa_get_key_usage_flags() 407 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm() 414 const psa_key_attributes_t *attributes) in psa_get_key_algorithm() 419 static inline void psa_set_key_type(psa_key_attributes_t *attributes, in psa_set_key_type() [all …]
|
| H A D | crypto_compat.h | 181 psa_key_attributes_t *attributes, in psa_set_key_domain_parameters() 207 const psa_key_attributes_t *attributes, in psa_get_key_domain_parameters()
|
| H A D | crypto_extra.h | 69 psa_key_attributes_t *attributes, in psa_set_key_enrollment_algorithm() 82 const psa_key_attributes_t *attributes) in psa_get_key_enrollment_algorithm() 139 psa_key_attributes_t *attributes, in psa_set_key_slot_number() 153 psa_key_attributes_t *attributes) in psa_clear_key_slot_number()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_driver_wrappers_no_static.c | 87 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size() 123 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_public_key() 224 psa_key_attributes_t *attributes, in psa_driver_wrapper_get_builtin_key()
|
| H A D | psa_crypto_driver_wrappers.h | 112 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_message() 187 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_message() 258 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_hash() 361 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_hash() 511 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_sign_hash_start() 602 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_verify_hash_start() 701 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size_from_key_data() 730 const psa_key_attributes_t *attributes, in psa_driver_wrapper_generate_key() 836 const psa_key_attributes_t *attributes, in psa_driver_wrapper_import_key() 949 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_key() [all …]
|
| H A D | psa_crypto_ecp.c | 210 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_import_key() 291 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_export_public_key() 321 const psa_key_attributes_t *attributes, in mbedtls_psa_ecp_generate_key() 364 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_sign_hash() 450 const psa_key_attributes_t *attributes, in mbedtls_psa_ecdsa_verify_hash() 520 const psa_key_attributes_t *attributes, in mbedtls_psa_key_agreement_ecdh()
|
| H A D | psa_crypto_rsa.c | 110 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_import_key() 191 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_export_public_key() 241 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_generate_key() 317 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_sign_hash() 416 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_verify_hash() 515 psa_status_t mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_encrypt() 609 psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_decrypt()
|
| H A D | psa_crypto_client.c | 17 void psa_reset_key_attributes(psa_key_attributes_t *attributes) in psa_reset_key_attributes()
|
| H A D | psa_crypto_mac.c | 158 const psa_key_attributes_t *attributes, in cmac_setup() 272 const psa_key_attributes_t *attributes, in psa_mac_setup() 321 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_sign_setup() 332 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_verify_setup() 456 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_compute()
|
| H A D | psa_crypto_ffdh.c | 144 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_export_public_key() 202 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_generate_key() 238 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_import_key() 258 const psa_key_attributes_t *attributes, in mbedtls_psa_ffdh_key_agreement()
|
| H A D | psa_crypto_aead.c | 28 const psa_key_attributes_t *attributes, in psa_aead_setup() 118 const psa_key_attributes_t *attributes, in mbedtls_psa_aead_encrypt() 230 const psa_key_attributes_t *attributes, in mbedtls_psa_aead_decrypt() 323 const psa_key_attributes_t *attributes, in mbedtls_psa_aead_encrypt_setup() 344 const psa_key_attributes_t *attributes, in mbedtls_psa_aead_decrypt_setup()
|
| H A D | psa_crypto_cipher.c | 281 const psa_key_attributes_t *attributes, in psa_cipher_setup() 359 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_encrypt_setup() 370 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_decrypt_setup() 602 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_encrypt() 660 const psa_key_attributes_t *attributes, in mbedtls_psa_cipher_decrypt()
|
| H A D | pk.c | 160 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_setup_opaque() local 314 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_can_do_ext() local 402 psa_key_attributes_t *attributes) in mbedtls_pk_get_psa_attributes() 589 const psa_key_attributes_t *attributes, in export_import_into_psa() 606 const psa_key_attributes_t *attributes, in copy_into_psa() 642 const psa_key_attributes_t *attributes, in import_pair_into_psa() 736 const psa_key_attributes_t *attributes, in import_public_into_psa() 839 const psa_key_attributes_t *attributes, in mbedtls_pk_import_into_psa() 1158 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_verify_ext() local
|
| H A D | psa_crypto.c | 742 const psa_key_attributes_t *attributes, in psa_import_key_into_slot() 1428 psa_key_attributes_t *attributes) in psa_get_key_attributes() 1454 const psa_key_attributes_t *attributes, in psa_get_key_slot_number() 1483 const psa_key_attributes_t *attributes, in psa_export_key_internal() 1553 const psa_key_attributes_t *attributes, in psa_export_public_key_internal() 1705 const psa_key_attributes_t *attributes, in psa_validate_key_attributes() 1780 const psa_key_attributes_t *attributes, in psa_start_key_creation() 2057 const psa_key_attributes_t *attributes) in psa_validate_optional_attributes() 2074 psa_status_t psa_import_key(const psa_key_attributes_t *attributes, in psa_import_key() 2166 const psa_key_attributes_t *attributes) in mbedtls_psa_register_se_key() [all …]
|
| H A D | pk_ecc.c | 51 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_ecc_set_key() local
|
| H A D | ssl_ticket.c | 72 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in ssl_ticket_gen_key() local 165 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_ssl_ticket_rotate() local
|
| H A D | pk_wrap.c | 71 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in rsa_verify_wrap() local 175 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_psa_rsa_sign_ext() local 286 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in rsa_decrypt_wrap() local 369 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in rsa_encrypt_wrap() local 544 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in ecdsa_verify_psa() local 763 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in ecdsa_sign_wrap() local 1412 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in opaque_get_bitlen() local 1472 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in rsa_opaque_decrypt() local 1509 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in rsa_opaque_sign_wrap() local
|
| H A D | ssl_cookie.c | 109 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_ssl_cookie_setup() local
|
| H A D | psa_crypto_se.c | 181 const psa_key_attributes_t *attributes, in psa_find_se_slot_for_key()
|
| /optee_os/core/drivers/scmi-msg/ |
| H A D | common.h | 50 uint32_t attributes; member 61 uint32_t attributes; member
|
| H A D | perf_domain.h | 43 uint32_t attributes; member 67 uint32_t attributes; member 82 uint32_t attributes; member
|
| H A D | voltage_domain.h | 33 uint32_t attributes; member 44 uint32_t attributes; member
|
| H A D | clock.h | 44 uint32_t attributes; member 104 uint32_t attributes; member
|
| H A D | reset_domain.h | 47 uint32_t attributes; member
|
| /optee_os/ta/pkcs11/src/ |
| H A D | object.h | 29 struct obj_attrs *attributes; member
|