Searched refs:ps_crypto_t (Results 1 – 5 of 5) sorted by relevance
28 union ps_crypto_t { union75 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);
132 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()
38 union ps_crypto_t crypto; /*!< Crypto metadata */
59 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()
20 ((plaintext_size) + PS_OBJECT_HEADER_SIZE - sizeof(union ps_crypto_t))