Home
last modified time | relevance | path

Searched refs:vb2_alloc_signature (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/host/lib/
Dhost_signature2.c27 struct vb2_signature *vb2_alloc_signature(uint32_t sig_size, in vb2_alloc_signature() function
75 vb2_alloc_signature(sizeof(hash.sha512), size); in vb2_sha512_signature()
91 (struct vb2_signature *)vb2_alloc_signature(sig_size, size); in vb2_calculate_signature()
128 vb2_alloc_signature(vb2_rsa_sig_size(key->sig_alg), size); in vb2_calculate_signature()
165 (struct vb2_signature *)vb2_alloc_signature(full_hsize, 0); in vb2_create_signature_from_hash()
Dhost_signature.c147 struct vb2_signature *sig = vb2_alloc_signature(sig_size, size); in vb2_external_signature()
/external/vboot_reference/host/lib/include/
Dhost_signature.h37 struct vb2_signature *vb2_alloc_signature(uint32_t sig_size,
/external/vboot_reference/tests/
Dvb2_common3_tests.c215 struct vb2_signature *body_sig = vb2_alloc_signature(56, 78); in test_verify_fw_preamble()
357 struct vb2_signature *body_sig = vb2_alloc_signature(56, 0x214000); in test_verify_kernel_preamble()