Home
last modified time | relevance | path

Searched refs:vb2_get_crypto_algorithm_file (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_common3_tests.c527 vb2_get_crypto_algorithm_file(signing_key_algorithm)); in test_permutation()
538 vb2_get_crypto_algorithm_file(signing_key_algorithm)); in test_permutation()
549 vb2_get_crypto_algorithm_file(data_key_algorithm)); in test_permutation()
H A Dvb2_common2_tests.c307 vb2_get_crypto_algorithm_file(key_algorithm)); in test_algorithm()
316 vb2_get_crypto_algorithm_file(key_algorithm)); in test_algorithm()
H A Dvb21_host_common2_tests.c260 vb2_get_crypto_algorithm_file(key_algorithm)); in test_algorithm()
/aosp_15_r20/external/vboot_reference/rust/vboot_reference-sys/include/
H A D2crypto.h139 const char *vb2_get_crypto_algorithm_file(enum vb2_crypto_algorithm alg);
/aosp_15_r20/external/vboot_reference/firmware/2lib/include/
H A D2crypto.h139 const char *vb2_get_crypto_algorithm_file(enum vb2_crypto_algorithm alg);
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2crypto.c193 const char *vb2_get_crypto_algorithm_file(enum vb2_crypto_algorithm alg) in vb2_get_crypto_algorithm_file() function