Lines Matching refs:attributes
158 const psa_key_attributes_t *attributes, in cmac_setup() argument
166 if (psa_get_key_type(attributes) == PSA_KEY_TYPE_DES && in cmac_setup()
167 (psa_get_key_bits(attributes) == 64 || in cmac_setup()
168 psa_get_key_bits(attributes) == 128)) { in cmac_setup()
176 psa_get_key_type(attributes), in cmac_setup()
177 psa_get_key_bits(attributes), in cmac_setup()
191 psa_get_key_bits(attributes)); in cmac_setup()
272 const psa_key_attributes_t *attributes, in psa_mac_setup() argument
294 status = cmac_setup(operation, attributes, key_buffer); in psa_mac_setup()
306 (void) attributes; in psa_mac_setup()
321 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_sign_setup() argument
326 return psa_mac_setup(operation, attributes, in mbedtls_psa_mac_sign_setup()
332 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_verify_setup() argument
337 return psa_mac_setup(operation, attributes, in mbedtls_psa_mac_verify_setup()
456 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_compute() argument
479 attributes, key_buffer, key_buffer_size, in mbedtls_psa_mac_compute()