Lines Matching refs:attributes

110     const psa_key_attributes_t *attributes,  in mbedtls_psa_rsa_import_key()  argument
119 status = mbedtls_psa_rsa_load_representation(attributes->type, in mbedtls_psa_rsa_import_key()
133 status = mbedtls_psa_rsa_export_key(attributes->type, in mbedtls_psa_rsa_import_key()
191 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_export_public_key() argument
199 attributes->type, key_buffer, key_buffer_size, &rsa); in mbedtls_psa_rsa_export_public_key()
241 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_generate_key() argument
262 (unsigned int) attributes->bits, in mbedtls_psa_rsa_generate_key()
269 status = mbedtls_psa_rsa_export_key(attributes->type, in mbedtls_psa_rsa_generate_key()
317 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_sign_hash() argument
327 status = mbedtls_psa_rsa_load_representation(attributes->type, in mbedtls_psa_rsa_sign_hash()
416 const psa_key_attributes_t *attributes, in mbedtls_psa_rsa_verify_hash() argument
426 status = mbedtls_psa_rsa_load_representation(attributes->type, in mbedtls_psa_rsa_verify_hash()
515 psa_status_t mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_encrypt() argument
538 if (PSA_KEY_TYPE_IS_RSA(attributes->type)) { in mbedtls_psa_asymmetric_encrypt()
542 status = mbedtls_psa_rsa_load_representation(attributes->type, in mbedtls_psa_asymmetric_encrypt()
609 psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_decrypt() argument
634 if (attributes->type == PSA_KEY_TYPE_RSA_KEY_PAIR) { in mbedtls_psa_asymmetric_decrypt()
638 status = mbedtls_psa_rsa_load_representation(attributes->type, in mbedtls_psa_asymmetric_decrypt()