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.c37 static unsigned int read_ledword(const unsigned char **in) in read_ledword() function
201 *pmagic = read_ledword(&p); in ossl_do_blob_header()
202 *pbitlen = read_ledword(&p); in ossl_do_blob_header()
464 if (!BN_set_word(e, read_ledword(&pin))) in ossl_b2i_RSA_after_header()
777 pvk_magic = read_ledword(&p); in ossl_do_PVK_header()
786 switch (read_ledword(&p)) { in ossl_do_PVK_header()
805 is_encrypted = read_ledword(&p); in ossl_do_PVK_header()
806 *psaltlen = read_ledword(&p); in ossl_do_PVK_header()
807 *pkeylen = read_ledword(&p); in ossl_do_PVK_header()
913 magic = read_ledword((const unsigned char **)&q); in do_PVK_body_key()
[all …]