Lines Matching defs:attributes
284 const psa_key_attributes_t *attributes,
292 psa_key_type_t key_type = attributes->type;
299 key_bits = attributes->bits;
362 const psa_key_attributes_t *attributes,
366 return psa_cipher_setup(operation, attributes,
373 const psa_key_attributes_t *attributes,
377 return psa_cipher_setup(operation, attributes,
605 const psa_key_attributes_t *attributes,
621 status = mbedtls_psa_cipher_encrypt_setup(&operation, attributes,
663 const psa_key_attributes_t *attributes,
677 status = mbedtls_psa_cipher_decrypt_setup(&operation, attributes,