Searched refs:read_ledword (Results 1 – 1 of 1) sorted by relevance
86 read_ledword(const unsigned char **in) in read_ledword() function183 *pmagic = read_ledword(&p); in do_blob_header()184 *pbitlen = read_ledword(&p); in do_blob_header()381 if (!BN_set_word(rsa->e, read_ledword(&p))) in b2i_rsa()683 pvk_magic = read_ledword(&p); in do_PVK_header()691 /*keytype = */read_ledword(&p); in do_PVK_header()692 is_encrypted = read_ledword(&p); in do_PVK_header()693 *psaltlen = read_ledword(&p); in do_PVK_header()694 *pkeylen = read_ledword(&p); in do_PVK_header()779 magic = read_ledword((const unsigned char **)&q); in do_PVK_body()[all …]