Searched refs:size_ptr (Results 1 - 6 of 6) sorted by relevance

/external/vboot_reference/host/lib21/include/
H A Dhost_signature2.h36 * @param size_ptr On success, contains the signature size in bytes.
42 int vb2_sig_size_for_key(uint32_t *size_ptr,
49 * @param size_ptr On success, contains the signature size in bytes.
54 int vb2_sig_size_for_keys(uint32_t *size_ptr,
/external/vboot_reference/host/lib21/
H A Dhost_signature.c25 * @param size_ptr On success, contains the info size in bytes
30 uint32_t *size_ptr)
33 *size_ptr = 0;
44 *size_ptr = sizeof(info);
57 *size_ptr = sizeof(info);
70 *size_ptr = sizeof(info);
183 int vb2_sig_size_for_key(uint32_t *size_ptr, argument
195 *size_ptr = size;
199 int vb2_sig_size_for_keys(uint32_t *size_ptr, argument
206 *size_ptr
28 vb2_digest_info(enum vb2_hash_algorithm hash_alg, const uint8_t **buf_ptr, uint32_t *size_ptr) argument
[all...]
H A Dhost_misc.c18 int vb2_read_file(const char *filename, uint8_t **data_ptr, uint32_t *size_ptr) argument
25 *size_ptr = 0;
58 *size_ptr = size;
/external/vboot_reference/host/lib/include/
H A Dhost_misc.h53 * @param size_ptr On exit, size of data will be stored here.
56 int vb2_read_file(const char *filename, uint8_t **data_ptr, uint32_t *size_ptr);
/external/vboot_reference/futility/
H A Dcmd_vbutil_kernel.c173 uint64_t *size_ptr)
209 if (size_ptr)
210 *size_ptr = file_size;
172 ReadOldKPartFromFileOrDie(const char *filename, uint64_t *size_ptr) argument
/external/opencv3/modules/cudafeatures2d/src/
H A Dorb.cpp836 const float* size_ptr = h_keypoints.ptr<float>(SIZE_ROW);
847 kp.size = size_ptr[i];

Completed in 193 milliseconds