Searched refs:read_ledword (Results 1 – 1 of 1) sorted by relevance
28 static unsigned int read_ledword(const unsigned char **in) in read_ledword() function116 *pmagic = read_ledword(&p); in do_blob_header()117 *pbitlen = read_ledword(&p); in do_blob_header()337 if (!BN_set_word(e, read_ledword(&pin))) in b2i_rsa()630 pvk_magic = read_ledword(&p); in do_PVK_header()640 */ read_ledword(&p); in do_PVK_header()641 is_encrypted = read_ledword(&p); in do_PVK_header()642 *psaltlen = read_ledword(&p); in do_PVK_header()643 *pkeylen = read_ledword(&p); in do_PVK_header()720 magic = read_ledword((const unsigned char **)&q); in do_PVK_body()[all …]