Home
last modified time | relevance | path

Searched refs:OPENSSL_load_u16_le (Results 1 – 10 of 10) 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,
28 static ossl_inline const unsigned char *OPENSSL_load_u16_le(
/freebsd/crypto/openssl/fuzz/
H A Dml-kem.c72 *buf = (uint8_t *)OPENSSL_load_u16_le(&keysize, *buf); in select_keytype_and_size()
112 *buf = (uint8_t *)OPENSSL_load_u16_le(&keysize, *buf); in select_keytype_and_size()
H A Dml-dsa.c92 *buf = (uint8_t *)OPENSSL_load_u16_le(&keysize, *buf); in select_keytype_and_size()
131 *buf = (uint8_t *)OPENSSL_load_u16_le(&keysize, *buf); in select_keytype_and_size()
/freebsd/crypto/openssl/test/
H A Dbyteorder_test.c18 restin = OPENSSL_load_u16_le(&u16, in); in test_byteorder()
/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h201 OPENSSL_load_u16_le(uint16_t *val, const unsigned char *in) in OPENSSL_load_u16_le() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile281 MAN+= OPENSSL_load_u16_le.3
2890 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u16_be.3
2891 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u32_be.3
2892 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u32_le.3
2893 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u64_be.3
2894 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u64_le.3
2895 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_store_u16_be.3
2896 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_store_u16_le.3
2897 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_store_u32_be.3
2898 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_store_u32_le.3
[all …]
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c524 in = OPENSSL_load_u16_le(&a3, in); in poly_decode_signed_two_to_power_19()
/freebsd/crypto/openssl/util/
H A Dother.syms859 OPENSSL_load_u16_le inline
/freebsd/crypto/openssl/doc/
H A Dbuild.info1598 DEPEND[html/man3/OPENSSL_load_u16_le.html]=man3/OPENSSL_load_u16_le.pod
1599 GENERATE[html/man3/OPENSSL_load_u16_le.html]=man3/OPENSSL_load_u16_le.pod
1600 DEPEND[man/man3/OPENSSL_load_u16_le.3]=man3/OPENSSL_load_u16_le.pod
1601 GENERATE[man/man3/OPENSSL_load_u16_le.3]=man3/OPENSSL_load_u16_le.pod
3447 html/man3/OPENSSL_load_u16_le.html \
4119 man/man3/OPENSSL_load_u16_le.3 \
/freebsd/crypto/openssl/
H A DCHANGES.md169 form, regardless of the host byte-order. See the `OPENSSL_load_u16_le(3)`