Lines Matching refs:attributes

167                                 const psa_key_attributes_t *attributes,  in cmac_setup()  argument
175 if( psa_get_key_type( attributes ) == PSA_KEY_TYPE_DES && in cmac_setup()
176 ( psa_get_key_bits( attributes ) == 64 || in cmac_setup()
177 psa_get_key_bits( attributes ) == 128 ) ) in cmac_setup()
184 psa_get_key_type( attributes ), in cmac_setup()
185 psa_get_key_bits( attributes ), in cmac_setup()
197 psa_get_key_bits( attributes ) ); in cmac_setup()
287 const psa_key_attributes_t *attributes, in mac_setup() argument
308 status = cmac_setup( operation, attributes, key_buffer ); in mac_setup()
323 (void) attributes; in mac_setup()
451 const psa_key_attributes_t *attributes, in mac_compute() argument
465 attributes, key_buffer, key_buffer_size, in mac_compute()
491 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_compute() argument
501 return( mac_compute( attributes, key_buffer, key_buffer_size, alg, in mbedtls_psa_mac_compute()
508 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_sign_setup() argument
513 return( mac_setup( operation, attributes, in mbedtls_psa_mac_sign_setup()
519 const psa_key_attributes_t *attributes, in mbedtls_psa_mac_verify_setup() argument
524 return( mac_setup( operation, attributes, in mbedtls_psa_mac_verify_setup()
584 const psa_key_attributes_t *attributes, in mbedtls_transparent_test_driver_mac_compute() argument
595 return( mac_compute( attributes, key_buffer, key_buffer_size, alg, in mbedtls_transparent_test_driver_mac_compute()
604 const psa_key_attributes_t *attributes, in mbedtls_transparent_test_driver_mac_sign_setup() argument
610 return( mac_setup( operation, attributes, in mbedtls_transparent_test_driver_mac_sign_setup()
618 const psa_key_attributes_t *attributes, in mbedtls_transparent_test_driver_mac_verify_setup() argument
624 return( mac_setup( operation, attributes, in mbedtls_transparent_test_driver_mac_verify_setup()
671 const psa_key_attributes_t *attributes, in mbedtls_opaque_test_driver_mac_compute() argument
682 (void) attributes; in mbedtls_opaque_test_driver_mac_compute()
696 const psa_key_attributes_t *attributes, in mbedtls_opaque_test_driver_mac_sign_setup() argument
703 (void) attributes; in mbedtls_opaque_test_driver_mac_sign_setup()
712 const psa_key_attributes_t *attributes, in mbedtls_opaque_test_driver_mac_verify_setup() argument
719 (void) attributes; in mbedtls_opaque_test_driver_mac_verify_setup()