Searched refs:read_ledword (Results 1 – 1 of 1) sorted by relevance
37 static unsigned int read_ledword(const unsigned char **in) in read_ledword() function198 *pmagic = read_ledword(&p); in ossl_do_blob_header()199 *pbitlen = read_ledword(&p); in ossl_do_blob_header()459 if (!BN_set_word(e, read_ledword(&pin))) in ossl_b2i_RSA_after_header()767 pvk_magic = read_ledword(&p); in ossl_do_PVK_header()777 */ read_ledword(&p); in ossl_do_PVK_header()778 is_encrypted = read_ledword(&p); in ossl_do_PVK_header()779 *psaltlen = read_ledword(&p); in ossl_do_PVK_header()780 *pkeylen = read_ledword(&p); in ossl_do_PVK_header()888 magic = read_ledword((const unsigned char **)&q); in do_PVK_body_key()[all …]
Completed in 5 milliseconds