Lines Matching refs:psa_status_t
42 static psa_status_t psa_check_rsa_key_byte_aligned( in psa_check_rsa_key_byte_aligned()
46 psa_status_t status; in psa_check_rsa_key_byte_aligned()
59 psa_status_t mbedtls_psa_rsa_load_representation( in mbedtls_psa_rsa_load_representation()
63 psa_status_t status; in mbedtls_psa_rsa_load_representation()
109 psa_status_t mbedtls_psa_rsa_import_key( in mbedtls_psa_rsa_import_key()
115 psa_status_t status; in mbedtls_psa_rsa_import_key()
151 psa_status_t mbedtls_psa_rsa_export_key(psa_key_type_t type, in mbedtls_psa_rsa_export_key()
190 psa_status_t mbedtls_psa_rsa_export_public_key( in mbedtls_psa_rsa_export_public_key()
195 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_psa_rsa_export_public_key()
217 static psa_status_t psa_rsa_read_exponent(const uint8_t *e_bytes, in psa_rsa_read_exponent()
240 psa_status_t mbedtls_psa_rsa_generate_key( in mbedtls_psa_rsa_generate_key()
245 psa_status_t status; in mbedtls_psa_rsa_generate_key()
287 static psa_status_t psa_rsa_decode_md_type(psa_algorithm_t alg, in psa_rsa_decode_md_type()
316 psa_status_t mbedtls_psa_rsa_sign_hash( in mbedtls_psa_rsa_sign_hash()
322 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_psa_rsa_sign_hash()
415 psa_status_t mbedtls_psa_rsa_verify_hash( in mbedtls_psa_rsa_verify_hash()
421 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; 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()
527 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_psa_asymmetric_encrypt()
609 psa_status_t mbedtls_psa_asymmetric_decrypt(const psa_key_attributes_t *attributes, in mbedtls_psa_asymmetric_decrypt()
621 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_psa_asymmetric_decrypt()