Home
last modified time | relevance | path

Searched defs:crypto (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/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_table.c59 union ps_crypto_t crypto; /*!< Crypto metadata. */ member
154 #define PS_CRYPTO_ASSOCIATED_DATA(crypto) ((uint8_t *)crypto + \ argument
344 union ps_crypto_t *crypto = &obj_table->crypto; in ps_object_table_nvc_generate_auth_tag() local
373 union ps_crypto_t *crypto = &init_ctx->p_table[table_idx]->crypto; in ps_object_table_authenticate() local
472 union ps_crypto_t *crypto = &obj_table->crypto; in ps_object_table_generate_auth_tag() local
497 union ps_crypto_t *crypto = in ps_object_table_authenticate_ctx_tables() local
Dps_object_defs.h38 union ps_crypto_t crypto; /*!< Crypto metadata */ member