Home
last modified time | relevance | path

Searched refs:psa_set_key_algorithm (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto.function189 psa_set_key_algorithm(&attributes, alg);
221 psa_set_key_algorithm(&attributes, alg);
253 psa_set_key_algorithm(&attributes, PSA_ALG_CTR);
400 psa_set_key_algorithm(&attributes, alg);
643 psa_set_key_algorithm(&attributes, alg);
1570 psa_set_key_algorithm(&attributes, alg);
1796 psa_set_key_algorithm(&attributes, alg);
1907 psa_set_key_algorithm(&attributes, alg);
1973 psa_set_key_algorithm(&attributes, alg_arg);
2035 psa_set_key_algorithm(&attributes, alg);
[all …]
H A Dtest_suite_psa_crypto_op_fail.function91 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);
H A Dtest_suite_psa_crypto_slot_management.function134 psa_set_key_algorithm(&attributes, alg);
226 psa_set_key_algorithm(&attributes, alg);
371 psa_set_key_algorithm(&attributes, 0);
520 psa_set_key_algorithm(&source_attributes, source_alg);
534 psa_set_key_algorithm(&target_attributes, target_alg);
645 psa_set_key_algorithm(&attributes, source_alg);
658 psa_set_key_algorithm(&attributes1, target_alg);
732 psa_set_key_algorithm(&attributes, 0);
812 psa_set_key_algorithm(&attributes, 0);
859 psa_set_key_algorithm(&attributes, 0);
[all …]
H A Dtest_suite_psa_crypto_driver_wrappers.function520 psa_set_key_algorithm(&attributes, alg);
590 psa_set_key_algorithm(&attributes, alg);
597 psa_set_key_algorithm(&attributes, alg);
647 psa_set_key_algorithm(&attributes, alg);
719 psa_set_key_algorithm(&attributes, alg);
726 psa_set_key_algorithm(&attributes, alg);
773 psa_set_key_algorithm(&attributes, alg);
971 psa_set_key_algorithm(&attributes, alg);
1051 psa_set_key_algorithm(&attributes, alg);
1161 psa_set_key_algorithm(&attributes, alg);
[all …]
H A Dtest_suite_pk.function220 psa_set_key_algorithm(&key_attr, derive_alg);
225 psa_set_key_algorithm(&key_attr, sign_alg);
496 psa_set_key_algorithm(&pub_attributes, PSA_ALG_ECDSA_ANY);
561 psa_set_key_algorithm(&attributes, alg);
580 psa_set_key_algorithm(&new_attr, psa_get_key_algorithm(&orig_attr));
603 psa_set_key_algorithm(&attributes, alg);
620 psa_set_key_algorithm(&attributes, alg);
781 psa_set_key_algorithm(&attributes, key_alg);
2291 psa_set_key_algorithm(&attributes, PSA_ALG_ECDH);
2374 psa_set_key_algorithm(&attributes, alg);
[all …]
H A Dtest_suite_psa_crypto_storage_format.function249 psa_set_key_algorithm(&attributes, alg);
293 psa_set_key_algorithm(&attributes, alg);
H A Dtest_suite_psa_crypto_pake.function625 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);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_op_fail.function91 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);
H A Dtest_suite_psa_crypto.function184 psa_set_key_algorithm(&attributes, alg);
216 psa_set_key_algorithm(&attributes, alg);
248 psa_set_key_algorithm(&attributes, PSA_ALG_CTR);
395 psa_set_key_algorithm(&attributes, alg);
638 psa_set_key_algorithm(&attributes, alg);
1307 psa_set_key_algorithm(&attributes, alg);
1533 psa_set_key_algorithm(&attributes, alg);
1644 psa_set_key_algorithm(&attributes, alg);
1700 psa_set_key_algorithm(&attributes, alg);
1752 psa_set_key_algorithm(&attributes, alg);
[all …]
H A Dtest_suite_psa_crypto_slot_management.function134 psa_set_key_algorithm(&attributes, alg);
227 psa_set_key_algorithm(&attributes, alg);
372 psa_set_key_algorithm(&attributes, 0);
521 psa_set_key_algorithm(&source_attributes, source_alg);
535 psa_set_key_algorithm(&target_attributes, target_alg);
646 psa_set_key_algorithm(&attributes, source_alg);
659 psa_set_key_algorithm(&attributes1, target_alg);
733 psa_set_key_algorithm(&attributes, 0);
820 psa_set_key_algorithm(&attributes, 0);
867 psa_set_key_algorithm(&attributes, 0);
[all …]
H A Dtest_suite_psa_crypto_driver_wrappers.function520 psa_set_key_algorithm(&attributes, alg);
590 psa_set_key_algorithm(&attributes, alg);
597 psa_set_key_algorithm(&attributes, alg);
647 psa_set_key_algorithm(&attributes, alg);
719 psa_set_key_algorithm(&attributes, alg);
726 psa_set_key_algorithm(&attributes, alg);
773 psa_set_key_algorithm(&attributes, alg);
970 psa_set_key_algorithm(&attributes, alg);
1050 psa_set_key_algorithm(&attributes, alg);
1158 psa_set_key_algorithm(&attributes, alg);
[all …]
H A Dtest_suite_psa_crypto_pake.function623 psa_set_key_algorithm(&attributes, alg);
791 psa_set_key_algorithm(&attributes, alg);
856 psa_set_key_algorithm(&attributes, alg);
1000 psa_set_key_algorithm(&attributes, PSA_ALG_JPAKE);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/
H A Dkey_ladder_demo.c193 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()
H A Dcrypto_examples.c169 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()
/aosp_15_r20/external/mbedtls/programs/psa/
H A Dkey_ladder_demo.c193 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()
H A Dcrypto_examples.c169 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk_wrap.c102 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()
H A Dpk.c454 psa_set_key_algorithm(attributes, in mbedtls_pk_get_psa_attributes()
512 psa_set_key_algorithm(attributes, alg); in mbedtls_pk_get_psa_attributes()
569 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes()
1173 psa_set_key_algorithm(&attributes, psa_sig_alg); in mbedtls_pk_verify_ext()
H A Dssl_ticket.c94 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()
/aosp_15_r20/external/mbedtls/library/
H A Dpk_wrap.c217 psa_set_key_algorithm(&attributes, psa_alg_md); in rsa_verify_wrap()
318 psa_set_key_algorithm(&attributes, alg); in mbedtls_pk_psa_rsa_sign_ext()
431 psa_set_key_algorithm(&attributes, PSA_ALG_RSA_PKCS1V15_CRYPT); in rsa_decrypt_wrap()
516 psa_set_key_algorithm(&attributes, PSA_ALG_RSA_PKCS1V15_CRYPT); in rsa_encrypt_wrap()
738 psa_set_key_algorithm(&attributes, psa_sig_md); in ecdsa_verify_psa()
1050 psa_set_key_algorithm(&attributes, psa_sig_md); in ecdsa_sign_wrap()
H A Dpk.c539 psa_set_key_algorithm(&attributes, psa_sig_alg); in mbedtls_pk_verify_ext()
907 psa_set_key_algorithm(&attributes, alg); in mbedtls_pk_wrap_as_opaque()
943 psa_set_key_algorithm(&attributes, alg); in mbedtls_pk_wrap_as_opaque()
H A Dssl_ticket.c90 psa_set_key_algorithm(&attributes, key->alg); in ssl_ticket_gen_key()
178 psa_set_key_algorithm(&attributes, key->alg); in mbedtls_ssl_ticket_rotate()
H A Dpkparse.c629 psa_set_key_algorithm(&attributes, PSA_ALG_ECDH); in pk_parse_key_rfc8410_der()
737 psa_set_key_algorithm(&key_attrs, PSA_ALG_ECDSA_ANY); in pk_get_ecpubkey()
1267 psa_set_key_algorithm(&attributes, in pk_parse_key_sec1_der()
1270 psa_set_key_algorithm(&attributes, PSA_ALG_ECDSA(PSA_ALG_ANY_HASH)); in pk_parse_key_sec1_der()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
H A Dtest_driver_key_management.c730 psa_set_key_algorithm(attributes, PSA_ALG_CTR); in mbedtls_test_opaque_get_builtin_key()
750 psa_set_key_algorithm( in mbedtls_test_opaque_get_builtin_key()
/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A Dtest_driver_key_management.c726 psa_set_key_algorithm(attributes, PSA_ALG_CTR); in mbedtls_test_opaque_get_builtin_key()
746 psa_set_key_algorithm( in mbedtls_test_opaque_get_builtin_key()

1234