Home
last modified time | relevance | path

Searched refs:read_ledword (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/pem/
Dpvkfmt.c77 static unsigned int read_ledword(const unsigned char **in) in read_ledword() function
177 *pmagic = read_ledword(&p); in do_blob_header()
178 *pbitlen = read_ledword(&p); in do_blob_header()
374 if (!BN_set_word(rsa->e, read_ledword(&p))) in b2i_rsa()
643 pvk_magic = read_ledword(&p); in do_PVK_header()
653 */ read_ledword(&p); in do_PVK_header()
654 is_encrypted = read_ledword(&p); in do_PVK_header()
655 *psaltlen = read_ledword(&p); in do_PVK_header()
656 *pkeylen = read_ledword(&p); in do_PVK_header()
733 magic = read_ledword((const unsigned char **)&q); in do_PVK_body()
[all …]