Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_load_u16_le.pod5 OPENSSL_load_u16_le, OPENSSL_load_u16_be, OPENSSL_load_u32_le,
30 static ossl_inline const unsigned char *OPENSSL_load_u16_be(
/freebsd/crypto/openssl/test/
H A Dbyteorder_test.c29 restin = OPENSSL_load_u16_be(&u16, in); in test_byteorder()
/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h219 OPENSSL_load_u16_be(uint16_t *val, const unsigned char *in) in OPENSSL_load_u16_be() function
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c216 pos = OPENSSL_load_u16_be(&seed_magic, pos); in ossl_ml_dsa_d2i_PKCS8()
H A Dml_kem_codecs.c213 pos = OPENSSL_load_u16_be(&seed_magic, pos); in ossl_ml_kem_d2i_PKCS8()
/freebsd/crypto/openssl/util/
H A Dother.syms858 OPENSSL_load_u16_be inline
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2890 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u16_be.3