| /trusted-firmware-m-latest/interface/include/psa/ |
| 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 …]
|
| 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()
|
| D | crypto_extra.h | 59 psa_key_attributes_t *attributes, in psa_set_key_enrollment_algorithm() 72 const psa_key_attributes_t *attributes) in psa_get_key_enrollment_algorithm() 129 psa_key_attributes_t *attributes, in psa_set_key_slot_number() 143 psa_key_attributes_t *attributes) in psa_clear_key_slot_number()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
| D | cc3xx_psa_asymmetric_signature.c | 60 const psa_key_attributes_t *attributes, in cc3xx_internal_ecdsa_verify() 138 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_internal_ecdsa_sign() 250 const psa_key_attributes_t *attributes, in cc3xx_internal_rsa_verify() 321 const psa_key_attributes_t *attributes, in cc3xx_internal_rsa_sign() 422 psa_status_t cc3xx_sign_hash(const psa_key_attributes_t *attributes, in cc3xx_sign_hash() 455 psa_status_t cc3xx_verify_hash(const psa_key_attributes_t *attributes, in cc3xx_verify_hash() 488 psa_status_t cc3xx_sign_message(const psa_key_attributes_t *attributes, in cc3xx_sign_message() 533 psa_status_t cc3xx_verify_message(const psa_key_attributes_t *attributes, in cc3xx_verify_message()
|
| D | cc3xx_psa_key_generation.c | 66 cc3xx_internal_gen_ecc_wstr_keypair(const psa_key_attributes_t *attributes, in cc3xx_internal_gen_ecc_wstr_keypair() 142 cc3xx_internal_gen_rsa_keypair(const psa_key_attributes_t *attributes, in cc3xx_internal_gen_rsa_keypair() 313 psa_status_t cc3xx_generate_key(const psa_key_attributes_t *attributes, in cc3xx_generate_key() 368 psa_status_t cc3xx_export_public_key(const psa_key_attributes_t *attributes, in cc3xx_export_public_key()
|
| D | cc3xx_psa_cipher.c | 75 const psa_key_attributes_t *attributes, in cipher_setup() 173 const psa_key_attributes_t *attributes, in cc3xx_cipher_encrypt_setup() 186 const psa_key_attributes_t *attributes, in cc3xx_cipher_decrypt_setup() 615 const psa_key_attributes_t *attributes, in cc3xx_cipher_encrypt() 691 const psa_key_attributes_t *attributes, in cc3xx_cipher_decrypt()
|
| D | cc3xx_psa_asymmetric_encryption.c | 39 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_internal_rsa_encrypt() 141 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_internal_rsa_decrypt() 224 psa_status_t cc3xx_asymmetric_encrypt(const psa_key_attributes_t *attributes, in cc3xx_asymmetric_encrypt() 264 psa_status_t cc3xx_asymmetric_decrypt(const psa_key_attributes_t *attributes, in cc3xx_asymmetric_decrypt()
|
| D | cc3xx_psa_mac.c | 109 const psa_key_attributes_t *attributes, in cmac_setup() 399 const psa_key_attributes_t *attributes, in mac_setup() 441 const psa_key_attributes_t *attributes, in cc3xx_mac_sign_setup() 449 const psa_key_attributes_t *attributes, in cc3xx_mac_verify_setup() 552 psa_status_t cc3xx_mac_compute(const psa_key_attributes_t *attributes, in cc3xx_mac_compute()
|
| D | cc3xx_psa_aead.c | 95 const psa_key_attributes_t *attributes, in aead_setup() 232 const psa_key_attributes_t *attributes, in aead_one_shot_with_multipart() 351 cc3xx_aead_encrypt(const psa_key_attributes_t *attributes, in cc3xx_aead_encrypt() 412 const psa_key_attributes_t *attributes, in cc3xx_aead_decrypt() 476 const psa_key_attributes_t *attributes, in cc3xx_aead_encrypt_setup() 489 const psa_key_attributes_t *attributes, in cc3xx_aead_decrypt_setup()
|
| D | cc3xx_psa_key_agreement.c | 28 const psa_key_attributes_t *attributes, in cc3xx_key_agreement()
|
| D | cc3xx_internal_gcm.c | 450 cryptoDirection_t direction, const psa_key_attributes_t *attributes, in gcm_crypt_and_tag() 530 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_gcm_encrypt() 564 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_gcm_decrypt()
|
| D | cc3xx_internal_chacha20_poly1305.c | 392 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_encrypt_chacha20_poly1305() 415 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in cc3xx_decrypt_chacha20_poly1305()
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/psa_driver_api/src/ |
| D | cc3xx_psa_asymmetric_signature.c | 122 static psa_status_t ecdsa_verify(const psa_key_attributes_t *attributes, cc3xx_ec_curve_id_t curve_… in ecdsa_verify() 202 psa_status_t cc3xx_sign_hash(const psa_key_attributes_t *attributes, in cc3xx_sign_hash() 270 psa_status_t cc3xx_verify_hash(const psa_key_attributes_t *attributes, in cc3xx_verify_hash() 327 psa_status_t cc3xx_sign_message(const psa_key_attributes_t *attributes, in cc3xx_sign_message() 388 psa_status_t cc3xx_verify_message(const psa_key_attributes_t *attributes, in cc3xx_verify_message()
|
| D | cc3xx_psa_cipher.c | 87 const psa_key_attributes_t *attributes, in cipher_crypt() 296 const psa_key_attributes_t *attributes, in cc3xx_cipher_encrypt_setup() 310 const psa_key_attributes_t *attributes, in cc3xx_cipher_decrypt_setup() 606 const psa_key_attributes_t *attributes, in cc3xx_cipher_encrypt() 627 const psa_key_attributes_t *attributes, in cc3xx_cipher_decrypt()
|
| D | cc3xx_psa_asymmetric_encryption.c | 30 psa_status_t cc3xx_asymmetric_encrypt(const psa_key_attributes_t *attributes, in cc3xx_asymmetric_encrypt() 43 psa_status_t cc3xx_asymmetric_decrypt(const psa_key_attributes_t *attributes, in cc3xx_asymmetric_decrypt()
|
| D | cc3xx_psa_mac.c | 84 const psa_key_attributes_t *attributes, in cmac_setup() 256 const psa_key_attributes_t *attributes, in mac_setup() 300 const psa_key_attributes_t *attributes, in cc3xx_mac_sign_setup() 308 const psa_key_attributes_t *attributes, in cc3xx_mac_verify_setup() 430 psa_status_t cc3xx_mac_compute(const psa_key_attributes_t *attributes, in cc3xx_mac_compute()
|
| D | cc3xx_psa_key_generation.c | 36 psa_status_t cc3xx_generate_key(const psa_key_attributes_t *attributes, in cc3xx_generate_key() 95 psa_status_t cc3xx_export_public_key(const psa_key_attributes_t *attributes, in cc3xx_export_public_key()
|
| D | cc3xx_psa_aead.c | 50 const psa_key_attributes_t *attributes, in aead_crypt() 258 const psa_key_attributes_t *attributes, in cc3xx_aead_encrypt_setup() 270 const psa_key_attributes_t *attributes, in cc3xx_aead_decrypt_setup() 760 const psa_key_attributes_t *attributes, in cc3xx_aead_encrypt() 776 const psa_key_attributes_t *attributes, in cc3xx_aead_decrypt()
|
| D | cc3xx_internal_cipher.c | 47 const psa_key_attributes_t *attributes, in cc3xx_internal_aes_setup() 117 const psa_key_attributes_t *attributes, in cc3xx_internal_chacha_setup() 215 const psa_key_attributes_t *attributes, in cc3xx_internal_cipher_setup_init()
|
| D | cc3xx_psa_key_agreement.c | 36 const psa_key_attributes_t *attributes, in cc3xx_key_agreement()
|
| /trusted-firmware-m-latest/bl2/src/ |
| D | thin_psa_crypto_core.c | 238 psa_status_t psa_import_key(const psa_key_attributes_t *attributes, in psa_import_key() 276 psa_key_attributes_t *attributes) in psa_get_key_attributes() 374 const psa_key_attributes_t *attributes, in psa_verify_hash_builtin() 425 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_public_key()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/secure_element/stsafea/se_psa/ |
| D | se_psa.c | 188 psa_key_attributes_t attributes = psa_key_attributes_init(); in register_se_serial_number_key() local 276 const psa_key_attributes_t *attributes, in psa_se_st_validate_slot_number_fct() 345 const psa_key_attributes_t *attributes, in psa_se_st_gen_key_fct() 367 const psa_key_attributes_t *attributes, in psa_se_st_import() 492 const psa_key_attributes_t *attributes, in psa_se_st_allocate_key()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_pwr.c | 726 uint32_t attributes; in HAL_PWR_GetConfigAttributes() local
|
| /trusted-firmware-m-latest/platform/ext/common/template/ |
| D | tfm_hal_its_encryption.c | 65 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in its_crypto_setkey() local
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_pwr.c | 899 uint32_t attributes; in HAL_PWR_GetConfigAttributes() local
|