Searched refs:psa_mac_enc (Results 1 – 3 of 3) sorted by relevance
1055 status = psa_mac_sign_setup(&operation, transform->psa_mac_enc, in mbedtls_ssl_encrypt_buf()1398 status = psa_mac_sign_setup(&operation, transform->psa_mac_enc, in mbedtls_ssl_encrypt_buf()6366 psa_destroy_key(transform->psa_mac_enc); in mbedtls_ssl_transform_free()
1137 mbedtls_svc_key_id_t psa_mac_enc; /*!< MAC (encryption) */ member
1039 transform->psa_mac_enc = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_ssl_transform_init()9030 &transform->psa_mac_enc)) != PSA_SUCCESS) { in ssl_tls12_populate_transform()