Home
last modified time | relevance | path

Searched refs:ps_crypto_t (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.h28 union ps_crypto_t { union
75 psa_status_t ps_crypto_encrypt_and_tag(union ps_crypto_t *crypto,
98 psa_status_t ps_crypto_auth_and_decrypt(const union ps_crypto_t *crypto,
116 psa_status_t ps_crypto_generate_auth_tag(union ps_crypto_t *crypto,
129 psa_status_t ps_crypto_authenticate(const union ps_crypto_t *crypto,
138 void ps_crypto_set_iv(const union ps_crypto_t *crypto);
147 psa_status_t ps_crypto_get_iv(union ps_crypto_t *crypto);
Dps_crypto_interface.c132 void ps_crypto_set_iv(const union ps_crypto_t *crypto) in ps_crypto_set_iv()
137 psa_status_t ps_crypto_get_iv(union ps_crypto_t *crypto) in ps_crypto_get_iv()
191 psa_status_t ps_crypto_encrypt_and_tag(union ps_crypto_t *crypto, in ps_crypto_encrypt_and_tag()
218 psa_status_t ps_crypto_auth_and_decrypt(const union ps_crypto_t *crypto, in ps_crypto_auth_and_decrypt()
245 psa_status_t ps_crypto_generate_auth_tag(union ps_crypto_t *crypto, in ps_crypto_generate_auth_tag()
264 psa_status_t ps_crypto_authenticate(const union ps_crypto_t *crypto, in ps_crypto_authenticate()
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/
Dps_object_defs.h38 union ps_crypto_t crypto; /*!< Crypto metadata */
Dps_object_table.c59 union ps_crypto_t crypto; /*!< Crypto metadata. */
148 #define PS_NON_AUTH_OBJ_TABLE_SIZE sizeof(union ps_crypto_t)
344 union ps_crypto_t *crypto = &obj_table->crypto; in ps_object_table_nvc_generate_auth_tag()
373 union ps_crypto_t *crypto = &init_ctx->p_table[table_idx]->crypto; in ps_object_table_authenticate()
472 union ps_crypto_t *crypto = &obj_table->crypto; in ps_object_table_generate_auth_tag()
497 union ps_crypto_t *crypto = in ps_object_table_authenticate_ctx_tables()
Dps_encrypted_object.c20 ((plaintext_size) + PS_OBJECT_HEADER_SIZE - sizeof(union ps_crypto_t))