Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 37) sorted by relevance

12

/trusted-firmware-m-latest/interface/include/psa/
Dcrypto_struct.h335 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 …]
Dcrypto_compat.h181 psa_key_attributes_t *attributes, in psa_set_key_domain_parameters()
207 const psa_key_attributes_t *attributes, in psa_get_key_domain_parameters()
Dcrypto_extra.h59 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/
Dcc3xx_psa_asymmetric_signature.c60 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()
Dcc3xx_psa_key_generation.c66 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()
Dcc3xx_psa_cipher.c75 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()
Dcc3xx_psa_asymmetric_encryption.c39 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()
Dcc3xx_psa_mac.c109 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()
Dcc3xx_psa_aead.c95 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()
Dcc3xx_psa_key_agreement.c28 const psa_key_attributes_t *attributes, in cc3xx_key_agreement()
Dcc3xx_internal_gcm.c450 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()
Dcc3xx_internal_chacha20_poly1305.c392 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/
Dcc3xx_psa_asymmetric_signature.c122 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()
Dcc3xx_psa_cipher.c87 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()
Dcc3xx_psa_asymmetric_encryption.c30 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()
Dcc3xx_psa_mac.c84 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()
Dcc3xx_psa_key_generation.c36 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()
Dcc3xx_psa_aead.c50 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()
Dcc3xx_internal_cipher.c47 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()
Dcc3xx_psa_key_agreement.c36 const psa_key_attributes_t *attributes, in cc3xx_key_agreement()
/trusted-firmware-m-latest/bl2/src/
Dthin_psa_crypto_core.c238 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/
Dse_psa.c188 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/
Dstm32l5xx_hal_pwr.c726 uint32_t attributes; in HAL_PWR_GetConfigAttributes() local
/trusted-firmware-m-latest/platform/ext/common/template/
Dtfm_hal_its_encryption.c65 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/
Dstm32u5xx_hal_pwr.c899 uint32_t attributes; in HAL_PWR_GetConfigAttributes() local

12