Searched refs:read_ledword (Results 1 – 1 of 1) sorted by relevance
74 static unsigned int read_ledword(const unsigned char **in) in read_ledword() function178 *pmagic = read_ledword(&p); in do_blob_header()179 *pbitlen = read_ledword(&p); in do_blob_header()386 if (!BN_set_word(rsa->e, read_ledword(&p))) in b2i_rsa()683 pvk_magic = read_ledword(&p); in do_PVK_header()692 /*keytype = */read_ledword(&p); in do_PVK_header()693 is_encrypted = read_ledword(&p); in do_PVK_header()694 *psaltlen = read_ledword(&p); in do_PVK_header()695 *pkeylen = read_ledword(&p); in do_PVK_header()775 magic = read_ledword((const unsigned char **)&q); in do_PVK_body()[all …]