Home
last modified time | relevance | path

Searched refs:psa_algorithm_t (Results 1 – 25 of 64) sorted by relevance

123

/mbedtls-development/include/psa/
A Dcrypto_values.h722 #define PSA_ALG_VENDOR_FLAG ((psa_algorithm_t)0x80000000)
724 #define PSA_ALG_CATEGORY_MASK ((psa_algorithm_t)0x7f000000)
725 #define PSA_ALG_CATEGORY_HASH ((psa_algorithm_t)0x02000000)
726 #define PSA_ALG_CATEGORY_MAC ((psa_algorithm_t)0x03000000)
727 #define PSA_ALG_CATEGORY_CIPHER ((psa_algorithm_t)0x04000000)
728 #define PSA_ALG_CATEGORY_AEAD ((psa_algorithm_t)0x05000000)
729 #define PSA_ALG_CATEGORY_SIGN ((psa_algorithm_t)0x06000000)
730 #define PSA_ALG_CATEGORY_ASYMMETRIC_ENCRYPTION ((psa_algorithm_t)0x07000000)
851 #define PSA_ALG_NONE ((psa_algorithm_t)0)
1361 #define PSA_ALG_RSA_PSS_BASE ((psa_algorithm_t)0x06000300)
[all …]
A Dcrypto.h294 static psa_algorithm_t psa_get_key_algorithm(
867 psa_status_t psa_hash_compute(psa_algorithm_t alg,
903 psa_status_t psa_hash_compare(psa_algorithm_t alg,
999 psa_algorithm_t alg);
1226 psa_algorithm_t alg,
1267 psa_algorithm_t alg,
2131 psa_algorithm_t alg,
2204 psa_algorithm_t alg,
3027 psa_algorithm_t alg,
3078 psa_algorithm_t alg,
[all …]
A Dcrypto_extra.h73 psa_algorithm_t alg2) in psa_set_key_enrollment_algorithm()
1168 static psa_algorithm_t psa_pake_cs_get_algorithm(
1190 psa_algorithm_t algorithm
1237 static psa_algorithm_t psa_pake_cs_get_hash(
1263 psa_algorithm_t hash
1747 psa_algorithm_t algorithm;
1751 psa_algorithm_t hash;
1762 psa_algorithm_t algorithm) in psa_pake_cs_set_algorithm()
1786 static inline psa_algorithm_t psa_pake_cs_get_hash( in psa_pake_cs_get_hash()
1794 psa_algorithm_t hash) in psa_pake_cs_set_hash()
[all …]
A Dcrypto_se_driver.h188 psa_algorithm_t algorithm);
275 psa_algorithm_t alg,
304 psa_algorithm_t alg,
394 psa_algorithm_t algorithm,
493 psa_algorithm_t algorithm,
561 psa_algorithm_t alg,
587 psa_algorithm_t alg,
625 psa_algorithm_t alg,
665 psa_algorithm_t alg,
738 psa_algorithm_t algorithm,
[all …]
A Dcrypto_builtin_composites.h51 psa_algorithm_t MBEDTLS_PRIVATE(alg);
65 psa_algorithm_t MBEDTLS_PRIVATE(alg);
89 psa_algorithm_t MBEDTLS_PRIVATE(alg);
/mbedtls-development/library/
A Dpsa_crypto_driver_wrappers.h35 psa_algorithm_t alg,
46 psa_algorithm_t alg,
115 psa_algorithm_t alg,
126 psa_algorithm_t alg,
137 psa_algorithm_t alg );
143 psa_algorithm_t alg );
171 psa_algorithm_t alg,
180 psa_algorithm_t alg );
207 psa_algorithm_t alg,
216 psa_algorithm_t alg,
[all …]
A Dpsa_crypto_cipher.h40 psa_algorithm_t alg, psa_key_type_t key_type, size_t key_bits,
71 psa_algorithm_t alg );
101 psa_algorithm_t alg );
251 psa_algorithm_t alg,
300 psa_algorithm_t alg,
316 psa_algorithm_t alg );
322 psa_algorithm_t alg );
344 psa_algorithm_t alg,
355 psa_algorithm_t alg,
A Dpsa_crypto_mac.h62 psa_algorithm_t alg,
102 psa_algorithm_t alg);
137 psa_algorithm_t alg);
286 psa_algorithm_t alg,
298 psa_algorithm_t alg );
305 psa_algorithm_t alg );
330 psa_algorithm_t alg,
342 psa_algorithm_t alg );
349 psa_algorithm_t alg );
A Dpsa_crypto_hash.h35 const mbedtls_md_info_t *mbedtls_md_info_from_psa( psa_algorithm_t alg );
64 psa_algorithm_t alg,
105 psa_algorithm_t alg );
241 psa_algorithm_t alg,
250 psa_algorithm_t alg );
A Dpsa_crypto_mac.c211 psa_algorithm_t alg ) in mac_init()
454 psa_algorithm_t alg, in mac_compute()
494 psa_algorithm_t alg, in mbedtls_psa_mac_compute()
511 psa_algorithm_t alg ) in mbedtls_psa_mac_sign_setup()
522 psa_algorithm_t alg ) in mbedtls_psa_mac_verify_setup()
587 psa_algorithm_t alg, in mbedtls_transparent_test_driver_mac_compute()
607 psa_algorithm_t alg ) in mbedtls_transparent_test_driver_mac_sign_setup()
621 psa_algorithm_t alg ) in mbedtls_transparent_test_driver_mac_verify_setup()
674 psa_algorithm_t alg, in mbedtls_opaque_test_driver_mac_compute()
699 psa_algorithm_t alg ) in mbedtls_opaque_test_driver_mac_sign_setup()
[all …]
A Dpsa_crypto_aead.h82 psa_algorithm_t alg,
145 psa_algorithm_t alg,
192 psa_algorithm_t alg );
235 psa_algorithm_t alg );
A Dpsa_crypto_cipher.c59 psa_algorithm_t alg, in mbedtls_cipher_info_from_psa()
159 psa_algorithm_t alg, in cipher_setup()
235 psa_algorithm_t alg ) in cipher_encrypt_setup()
246 psa_algorithm_t alg ) in cipher_decrypt_setup()
474 psa_algorithm_t alg, in cipher_encrypt()
579 psa_algorithm_t alg ) in mbedtls_psa_cipher_encrypt_setup()
589 psa_algorithm_t alg ) in mbedtls_psa_cipher_decrypt_setup()
666 psa_algorithm_t alg ) in mbedtls_transparent_test_driver_cipher_encrypt_setup()
676 psa_algorithm_t alg ) in mbedtls_transparent_test_driver_cipher_decrypt_setup()
715 psa_algorithm_t alg, in mbedtls_transparent_test_driver_cipher_encrypt()
[all …]
A Dpsa_crypto_ecp.h184 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
219 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
245 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
251 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
A Dpsa_crypto_rsa.h176 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
212 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
239 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
245 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
A Dpsa_crypto_core.h262 psa_algorithm_t alg, psa_key_type_t key_type, size_t key_bits,
417 psa_algorithm_t alg, const uint8_t *input, size_t input_length,
454 psa_algorithm_t alg, const uint8_t *input, size_t input_length,
493 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
528 psa_algorithm_t alg, const uint8_t *hash, size_t hash_length,
A Dpsa_crypto.c499 psa_algorithm_t algorithm, in psa_mac_key_can_do()
618 psa_algorithm_t alg1, in psa_key_policy_algorithm_intersection()
619 psa_algorithm_t alg2 ) in psa_key_policy_algorithm_intersection()
895 psa_algorithm_t alg ) in psa_get_and_lock_key_slot_with_policy()
954 psa_algorithm_t alg ) in psa_get_and_lock_transparent_key_slot_with_policy()
2295 psa_algorithm_t alg, in psa_mac_finalize_alg_and_key_validation()
2796 psa_algorithm_t alg, in psa_sign_message_builtin()
2844 psa_algorithm_t alg, in psa_verify_message_builtin()
3626 static psa_algorithm_t psa_aead_get_base_algorithm( psa_algorithm_t alg ) in psa_aead_get_base_algorithm()
4449 psa_algorithm_t alg ) in psa_key_derivation_tls12_prf_generate_next_block()
[all …]
/mbedtls-development/tests/include/test/drivers/
A Dsignature.h57 psa_algorithm_t alg,
68 psa_algorithm_t alg,
79 psa_algorithm_t alg,
89 psa_algorithm_t alg,
98 psa_algorithm_t alg,
105 psa_algorithm_t alg,
112 psa_algorithm_t alg,
119 psa_algorithm_t alg,
A Dcipher.h55 psa_algorithm_t alg,
62 psa_algorithm_t alg,
70 psa_algorithm_t alg);
76 psa_algorithm_t alg);
100 psa_algorithm_t alg,
107 psa_algorithm_t alg,
115 psa_algorithm_t alg);
121 psa_algorithm_t alg);
A Dmac.h52 psa_algorithm_t alg,
64 psa_algorithm_t alg );
71 psa_algorithm_t alg );
96 psa_algorithm_t alg,
108 psa_algorithm_t alg );
115 psa_algorithm_t alg );
A Daead.h62 psa_algorithm_t alg,
71 psa_algorithm_t alg,
81 psa_algorithm_t alg );
87 psa_algorithm_t alg );
/mbedtls-development/tests/src/drivers/
A Dtest_driver_signature.c50 psa_algorithm_t alg, in sign_hash()
115 psa_algorithm_t alg, in verify_hash()
173 psa_algorithm_t alg, in mbedtls_test_transparent_signature_sign_message()
217 psa_algorithm_t alg, in mbedtls_test_opaque_signature_sign_message()
241 psa_algorithm_t alg, in mbedtls_test_transparent_signature_verify_message()
272 psa_algorithm_t alg, in mbedtls_test_opaque_signature_verify_message()
293 psa_algorithm_t alg, in mbedtls_test_transparent_signature_sign_hash()
320 psa_algorithm_t alg, in mbedtls_test_opaque_signature_sign_hash()
340 psa_algorithm_t alg, in mbedtls_test_transparent_signature_verify_hash()
357 psa_algorithm_t alg, in mbedtls_test_opaque_signature_verify_hash()
A Dtest_driver_cipher.c42 psa_algorithm_t alg, in mbedtls_test_transparent_cipher_encrypt()
79 psa_algorithm_t alg, in mbedtls_test_transparent_cipher_decrypt()
114 psa_algorithm_t alg) in mbedtls_test_transparent_cipher_encrypt_setup()
135 psa_algorithm_t alg) in mbedtls_test_transparent_cipher_decrypt_setup()
244 psa_algorithm_t alg, in mbedtls_test_opaque_cipher_encrypt()
263 psa_algorithm_t alg, in mbedtls_test_opaque_cipher_decrypt()
283 psa_algorithm_t alg) in mbedtls_test_opaque_cipher_encrypt_setup()
297 psa_algorithm_t alg) in mbedtls_test_opaque_cipher_decrypt_setup()
A Dtest_driver_mac.c34 psa_algorithm_t alg, in mbedtls_test_transparent_mac_compute()
65 psa_algorithm_t alg ) in mbedtls_test_transparent_mac_sign_setup()
89 psa_algorithm_t alg ) in mbedtls_test_transparent_mac_verify_setup()
198 psa_algorithm_t alg, in mbedtls_test_opaque_mac_compute()
229 psa_algorithm_t alg ) in mbedtls_test_opaque_mac_sign_setup()
253 psa_algorithm_t alg ) in mbedtls_test_opaque_mac_verify_setup()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_metadata.function249 psa_algorithm_t alg = alg_arg;
254 psa_algorithm_t dsa_alg = PSA_ALG_DSA( alg );
295 psa_algorithm_t alg = alg_arg;
377 psa_algorithm_t alg = alg_arg;
403 psa_algorithm_t alg = alg_arg;
424 psa_algorithm_t alg = alg_arg;
504 psa_algorithm_t alg = alg_arg;
536 psa_algorithm_t alg = alg_arg;
555 psa_algorithm_t alg = alg_arg;
583 psa_algorithm_t alg = alg_arg;
[all …]
/mbedtls-development/tests/include/test/
A Dpsa_exercise_key.h138 psa_algorithm_t alg,
156 psa_algorithm_t alg,
229 psa_algorithm_t alg );
232 psa_algorithm_t alg );

Completed in 51 milliseconds

123