Lines Matching defs:attributes
110 const psa_key_attributes_t *attributes,
119 status = mbedtls_psa_rsa_load_representation(attributes->type,
133 status = mbedtls_psa_rsa_export_key(attributes->type,
191 const psa_key_attributes_t *attributes,
199 attributes->type, key_buffer, key_buffer_size, &rsa);
243 const psa_key_attributes_t *attributes,
264 (unsigned int) attributes->bits,
270 status = mbedtls_psa_rsa_export_key(attributes->type,
318 const psa_key_attributes_t *attributes,
328 status = mbedtls_psa_rsa_load_representation(attributes->type,
417 const psa_key_attributes_t *attributes,
427 status = mbedtls_psa_rsa_load_representation(attributes->type,
516 psa_status_t mbedtls_psa_asymmetric_encrypt(const psa_key_attributes_t *attributes,
539 if (PSA_KEY_TYPE_IS_RSA(attributes->type)) {
543 status = mbedtls_psa_rsa_load_representation(attributes->type,
610 psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes,
635 if (attributes->type == PSA_KEY_TYPE_RSA_KEY_PAIR) {
639 status = mbedtls_psa_rsa_load_representation(attributes->type,