Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c35 static unsigned int read_ledword(const unsigned char **in) in read_ledword() function
196 *pmagic = read_ledword(&p); in ossl_do_blob_header()
197 *pbitlen = read_ledword(&p); in ossl_do_blob_header()
457 if (!BN_set_word(e, read_ledword(&pin))) in ossl_b2i_RSA_after_header()
765 pvk_magic = read_ledword(&p); in ossl_do_PVK_header()
775 */ read_ledword(&p); in ossl_do_PVK_header()
776 is_encrypted = read_ledword(&p); in ossl_do_PVK_header()
777 *psaltlen = read_ledword(&p); in ossl_do_PVK_header()
778 *pkeylen = read_ledword(&p); in ossl_do_PVK_header()
881 magic = read_ledword((const unsigned char **)&q); in do_PVK_body_key()
[all …]