Searched refs:vb2_check_padding (Results 1 - 3 of 3) sorted by relevance

/external/vboot_reference/firmware/2lib/include/
H A D2rsa.h61 int vb2_check_padding(const uint8_t *sig, const struct vb2_public_key *key);
/external/vboot_reference/tests/
H A Dvb2_rsa_utility_tests.c31 int vb2_check_padding(const uint8_t *sig, const struct vb2_public_key *key);
91 TEST_EQ(vb2_check_padding(sig, &kbad),
93 "vb2_check_padding() bad padding algorithm/size");
/external/vboot_reference/firmware/2lib/
H A D2rsa.c243 int vb2_check_padding(const uint8_t *sig, const struct vb2_public_key *key) function
332 rv = vb2_check_padding(sig, key);

Completed in 315 milliseconds