Lines Matching refs:attributes
61 psa_status_t p256_transparent_import_key(const psa_key_attributes_t *attributes, in p256_transparent_import_key() argument
75 psa_key_type_t type = psa_get_key_type(attributes); in p256_transparent_import_key()
106 psa_status_t p256_transparent_export_public_key(const psa_key_attributes_t *attributes, in p256_transparent_export_public_key() argument
114 size_t bits = psa_get_key_bits(attributes); in p256_transparent_export_public_key()
115 psa_key_type_t type = psa_get_key_type(attributes); in p256_transparent_export_public_key()
139 const psa_key_attributes_t *attributes, in p256_transparent_generate_key() argument
146 (void) attributes; in p256_transparent_generate_key()
169 const psa_key_attributes_t *attributes, in p256_transparent_key_agreement() argument
182 (void) attributes; in p256_transparent_key_agreement()
204 const psa_key_attributes_t *attributes, in p256_transparent_sign_hash() argument
217 (void) attributes; in p256_transparent_sign_hash()
262 const psa_key_attributes_t *attributes, in p256_transparent_verify_hash() argument
290 attributes, in p256_transparent_verify_hash()