/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 91 psa_set_key_algorithm(&attributes, alg); 137 psa_set_key_algorithm(&attributes, alg); 183 psa_set_key_algorithm(&attributes, alg); 238 psa_set_key_algorithm(&attributes, alg); 306 psa_set_key_algorithm(&attributes, alg); 372 psa_set_key_algorithm(&attributes, alg);
|
D | test_suite_psa_crypto.function | 167 psa_set_key_algorithm(&attributes, alg); 199 psa_set_key_algorithm(&attributes, alg); 231 psa_set_key_algorithm(&attributes, PSA_ALG_CTR); 378 psa_set_key_algorithm(&attributes, alg); 621 psa_set_key_algorithm(&attributes, alg); 1550 psa_set_key_algorithm(&attributes, alg); 1776 psa_set_key_algorithm(&attributes, alg); 1887 psa_set_key_algorithm(&attributes, alg); 1953 psa_set_key_algorithm(&attributes, alg_arg); 2015 psa_set_key_algorithm(&attributes, alg); [all …]
|
D | test_suite_psa_crypto_slot_management.function | 159 psa_set_key_algorithm(&attributes, alg); 251 psa_set_key_algorithm(&attributes, alg); 396 psa_set_key_algorithm(&attributes, 0); 545 psa_set_key_algorithm(&source_attributes, source_alg); 559 psa_set_key_algorithm(&target_attributes, target_alg); 670 psa_set_key_algorithm(&attributes, source_alg); 683 psa_set_key_algorithm(&attributes1, target_alg); 757 psa_set_key_algorithm(&attributes, 0); 837 psa_set_key_algorithm(&attributes, 0); 903 psa_set_key_algorithm(&attributes, 0); [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 535 psa_set_key_algorithm(&attributes, alg); 605 psa_set_key_algorithm(&attributes, alg); 612 psa_set_key_algorithm(&attributes, alg); 662 psa_set_key_algorithm(&attributes, alg); 734 psa_set_key_algorithm(&attributes, alg); 741 psa_set_key_algorithm(&attributes, alg); 788 psa_set_key_algorithm(&attributes, alg); 987 psa_set_key_algorithm(&attributes, alg); 1067 psa_set_key_algorithm(&attributes, alg); 1177 psa_set_key_algorithm(&attributes, alg); [all …]
|
D | test_suite_psa_crypto_storage_format.function | 249 psa_set_key_algorithm(&attributes, alg); 293 psa_set_key_algorithm(&attributes, alg);
|
D | test_suite_psa_crypto_pake.function | 625 psa_set_key_algorithm(&attributes, alg); 793 psa_set_key_algorithm(&attributes, alg); 858 psa_set_key_algorithm(&attributes, alg); 1002 psa_set_key_algorithm(&attributes, PSA_ALG_JPAKE);
|
D | test_suite_psa_crypto_attributes.function | 36 psa_set_key_algorithm(&attributes, alg);
|
D | test_suite_psa_crypto_se_driver_hal.function | 476 psa_set_key_algorithm(&attributes, alg); 509 psa_set_key_algorithm(&attributes, alg); 1134 psa_set_key_algorithm(&attributes, alg); 1252 psa_set_key_algorithm(&attributes, alg); 1358 psa_set_key_algorithm(&sw_attributes, alg);
|
D | test_suite_psa_crypto_hash.function | 55 psa_set_key_algorithm(&attributes, alg);
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 591 psa_set_key_algorithm(&attributes, algorithm); 651 psa_set_key_algorithm(&attributes, algorithm);
|
D | test_suite_constant_time_hmac.function | 48 psa_set_key_algorithm(&attributes, PSA_ALG_HMAC(alg));
|
D | test_suite_psa_crypto_entropy.function | 109 psa_set_key_algorithm(&attributes, alg);
|
/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.c | 193 psa_set_key_algorithm(&attributes, KDF_ALG); in generate() 238 psa_set_key_algorithm(&attributes, alg); in import_key_from_file() 272 psa_set_key_algorithm(&attributes, KDF_ALG); in derive_key_ladder() 335 psa_set_key_algorithm(&attributes, WRAPPING_ALG); in derive_wrapping_key()
|
D | crypto_examples.c | 169 psa_set_key_algorithm(&attributes, alg); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() 217 psa_set_key_algorithm(&attributes, alg); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() 264 psa_set_key_algorithm(&attributes, alg); in cipher_example_encrypt_decrypt_aes_ctr_multi()
|
D | hmac_demo.c | 106 psa_set_key_algorithm(&attributes, alg); in hmac_demo()
|
D | aead_demo.c | 151 psa_set_key_algorithm(&attributes, *alg); in aead_prepare()
|
/mbedtls-latest/library/ |
D | pk_wrap.c | 102 psa_set_key_algorithm(&attributes, psa_alg_md); in rsa_verify_wrap() 200 psa_set_key_algorithm(&attributes, alg); in mbedtls_pk_psa_rsa_sign_ext() 314 psa_set_key_algorithm(&attributes, decrypt_alg); in rsa_decrypt_wrap() 396 psa_set_key_algorithm(&attributes, psa_encrypt_alg); in rsa_encrypt_wrap() 559 psa_set_key_algorithm(&attributes, psa_sig_md); in ecdsa_verify_psa() 788 psa_set_key_algorithm(&attributes, psa_sig_md); in ecdsa_sign_wrap()
|
D | pk.c | 450 psa_set_key_algorithm(attributes, in mbedtls_pk_get_psa_attributes() 508 psa_set_key_algorithm(attributes, alg); in mbedtls_pk_get_psa_attributes() 565 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes() 1169 psa_set_key_algorithm(&attributes, psa_sig_alg); in mbedtls_pk_verify_ext()
|
D | ssl_ticket.c | 94 psa_set_key_algorithm(&attributes, key->alg); in ssl_ticket_gen_key() 183 psa_set_key_algorithm(&attributes, key->alg); in mbedtls_ssl_ticket_rotate()
|
D | block_cipher.c | 137 psa_set_key_algorithm(&key_attr, PSA_ALG_ECB_NO_PADDING); in mbedtls_block_cipher_setkey()
|
D | pk_ecc.c | 63 psa_set_key_algorithm(&attributes, in mbedtls_pk_ecc_set_key()
|
D | ssl_cookie.c | 126 psa_set_key_algorithm(&attributes, ctx->psa_hmac_alg); in mbedtls_ssl_cookie_setup()
|
/mbedtls-latest/tests/src/drivers/ |
D | test_driver_key_management.c | 731 psa_set_key_algorithm(attributes, PSA_ALG_CTR); in mbedtls_test_opaque_get_builtin_key() 751 psa_set_key_algorithm( in mbedtls_test_opaque_get_builtin_key()
|
/mbedtls-latest/include/psa/ |
D | crypto_struct.h | 407 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm() function
|
/mbedtls-latest/programs/ssl/ |
D | ssl_test_lib.c | 290 psa_set_key_algorithm(&key_attr, psa_alg); in pk_wrap_as_opaque()
|