Home
last modified time | relevance | path

Searched refs:VB2_SIG_RSA4096 (Results 1 – 10 of 10) sorted by relevance

/external/vboot_reference/tests/
Dvb2_rsa_utility_tests.c51 VB2_SIG_RSA4096, "Crypto map to RSA4096"); in test_utils()
62 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_RSA4096), RSA4096NUMBYTES, in test_utils()
78 TEST_EQ(vb2_packed_key_size(VB2_SIG_RSA4096), in test_utils()
Dvb21_misc_tests.c105 dk->sig_alg = VB2_SIG_RSA4096; in reset_common_data()
204 TEST_EQ(k->sig_alg, VB2_SIG_RSA4096, "data key algorithm"); in load_keyblock_tests()
Dvb21_host_fw_preamble_tests.c59 prik4096->sig_alg = VB2_SIG_RSA4096; in preamble_tests()
Dvb21_host_keyblock_tests.c61 prik4096->sig_alg = VB2_SIG_RSA4096; in keyblock_tests()
Dvb21_host_sig_tests.c29 {"RSA4096/SHA-256", VB2_SIG_RSA4096, VB2_HASH_SHA256},
Dvb21_host_key_tests.c29 {"RSA4096/SHA-256", VB2_SIG_RSA4096, VB2_HASH_SHA256},
Dvb21_common_tests.c202 TEST_EQ(vb2_sig_size(VB2_SIG_RSA4096, VB2_HASH_SHA256), 4096 / 8, in test_sig_size()
/external/vboot_reference/firmware/2lib/
D2rsa.c150 VB2_SIG_RSA4096,
151 VB2_SIG_RSA4096,
152 VB2_SIG_RSA4096,
182 case VB2_SIG_RSA4096: in vb2_rsa_sig_size()
/external/vboot_reference/firmware/2lib/include/
D2crypto.h45 VB2_SIG_RSA4096 = 4, enumerator
/external/vboot_reference/host/lib21/
Dhost_key.c40 {"RSA4096", VB2_SIG_RSA4096},
555 return VB2_SIG_RSA4096; in vb2_rsa_sig_alg()