Searched refs:VB2_SIG_INVALID (Results 1 – 13 of 13) sorted by relevance
/external/vboot_reference/tests/ |
D | vb2_rsa_utility_tests.c | 39 struct vb2_public_key kbad = {.sig_alg = VB2_SIG_INVALID, in test_utils() 55 VB2_SIG_INVALID, "Crypto map to invalid"); in test_utils() 66 TEST_EQ(vb2_rsa_sig_size(VB2_SIG_INVALID), 0, in test_utils() 84 TEST_EQ(vb2_packed_key_size(VB2_SIG_INVALID), 0, in test_utils()
|
D | vb21_common2_tests.c | 83 key2->sig_alg = VB2_SIG_INVALID; in test_unpack_key() 156 sig2->sig_alg = VB2_SIG_INVALID; in test_verify_signature() 191 pubk.sig_alg = VB2_SIG_INVALID; in test_verify_data()
|
D | vb20_rsa_padding_tests.c | 97 key->sig_alg = VB2_SIG_INVALID; in test_verify_digest()
|
D | vb21_host_keyblock_tests.c | 114 pubk4096->sig_alg = VB2_SIG_INVALID; in keyblock_tests()
|
D | vb20_common2_tests.c | 99 pubk.sig_alg = VB2_SIG_INVALID; in test_verify_data()
|
D | vb21_host_sig_tests.c | 114 prik2.sig_alg = VB2_SIG_INVALID; in sig_tests()
|
D | vb21_host_key_tests.c | 256 key->sig_alg = VB2_SIG_INVALID; in public_key_tests()
|
D | vb21_common_tests.c | 194 TEST_EQ(vb2_sig_size(VB2_SIG_INVALID, VB2_HASH_SHA256), 0, in test_sig_size()
|
/external/vboot_reference/firmware/2lib/include/ |
D | 2crypto.h | 34 VB2_SIG_INVALID = 0, enumerator
|
/external/vboot_reference/futility/ |
D | cmd_create.c | 104 if (sig_alg == VB2_SIG_INVALID) { in vb1_make_keypair() 187 if (sig_alg == VB2_SIG_INVALID) { in vb2_make_keypair()
|
/external/vboot_reference/firmware/lib20/ |
D | packed_key.c | 43 if (key->sig_alg == VB2_SIG_INVALID) { in vb2_unpack_key()
|
/external/vboot_reference/firmware/2lib/ |
D | 2rsa.c | 172 return VB2_SIG_INVALID; in vb2_crypto_to_signature()
|
/external/vboot_reference/host/lib21/ |
D | host_key.c | 561 return VB2_SIG_INVALID; in vb2_rsa_sig_alg()
|