Lines Matching refs:PSA_FUNCTION_NAME

22 #define PSA_FUNCTION_NAME(x) mbedcrypto__ ## x  macro
25 PSA_FUNCTION_NAME(psa_crypto_init)
27 PSA_FUNCTION_NAME(psa_key_derivation_get_capacity)
29 PSA_FUNCTION_NAME(psa_key_derivation_set_capacity)
31 PSA_FUNCTION_NAME(psa_key_derivation_input_bytes)
33 PSA_FUNCTION_NAME(psa_key_derivation_output_bytes)
35 PSA_FUNCTION_NAME(psa_key_derivation_input_key)
37 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
39 PSA_FUNCTION_NAME(psa_key_derivation_setup)
41 PSA_FUNCTION_NAME(psa_key_derivation_abort)
43 PSA_FUNCTION_NAME(psa_key_derivation_key_agreement)
45 PSA_FUNCTION_NAME(psa_raw_key_agreement)
47 PSA_FUNCTION_NAME(psa_generate_random)
49 PSA_FUNCTION_NAME(psa_aead_encrypt)
51 PSA_FUNCTION_NAME(psa_aead_decrypt)
53 PSA_FUNCTION_NAME(psa_open_key)
55 PSA_FUNCTION_NAME(psa_close_key)
57 PSA_FUNCTION_NAME(psa_import_key)
59 PSA_FUNCTION_NAME(psa_destroy_key)
61 PSA_FUNCTION_NAME(psa_get_key_attributes)
63 PSA_FUNCTION_NAME(psa_reset_key_attributes)
65 PSA_FUNCTION_NAME(psa_export_key)
67 PSA_FUNCTION_NAME(psa_export_public_key)
69 PSA_FUNCTION_NAME(psa_purge_key)
71 PSA_FUNCTION_NAME(psa_copy_key)
73 PSA_FUNCTION_NAME(psa_cipher_operation_init)
75 PSA_FUNCTION_NAME(psa_cipher_generate_iv)
77 PSA_FUNCTION_NAME(psa_cipher_set_iv)
79 PSA_FUNCTION_NAME(psa_cipher_encrypt_setup)
81 PSA_FUNCTION_NAME(psa_cipher_decrypt_setup)
83 PSA_FUNCTION_NAME(psa_cipher_update)
85 PSA_FUNCTION_NAME(psa_cipher_finish)
87 PSA_FUNCTION_NAME(psa_cipher_abort)
89 PSA_FUNCTION_NAME(psa_hash_operation_init)
91 PSA_FUNCTION_NAME(psa_hash_setup)
93 PSA_FUNCTION_NAME(psa_hash_update)
95 PSA_FUNCTION_NAME(psa_hash_finish)
97 PSA_FUNCTION_NAME(psa_hash_verify)
99 PSA_FUNCTION_NAME(psa_hash_abort)
101 PSA_FUNCTION_NAME(psa_hash_clone)
103 PSA_FUNCTION_NAME(psa_hash_compute)
105 PSA_FUNCTION_NAME(psa_hash_compare)
107 PSA_FUNCTION_NAME(psa_mac_operation_init)
109 PSA_FUNCTION_NAME(psa_mac_sign_setup)
111 PSA_FUNCTION_NAME(psa_mac_verify_setup)
113 PSA_FUNCTION_NAME(psa_mac_update)
115 PSA_FUNCTION_NAME(psa_mac_sign_finish)
117 PSA_FUNCTION_NAME(psa_mac_verify_finish)
119 PSA_FUNCTION_NAME(psa_mac_abort)
121 PSA_FUNCTION_NAME(psa_sign_hash)
123 PSA_FUNCTION_NAME(psa_verify_hash)
125 PSA_FUNCTION_NAME(psa_asymmetric_encrypt)
127 PSA_FUNCTION_NAME(psa_asymmetric_decrypt)
129 PSA_FUNCTION_NAME(psa_generate_key)