Searched refs:OPENSSL_load_u16_le (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_load_u16_le.pod | 5 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 D | ml-kem.c | 72 *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 D | ml-dsa.c | 92 *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 D | byteorder_test.c | 18 restin = OPENSSL_load_u16_le(&u16, in); in test_byteorder()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | byteorder.h | 201 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 D | Makefile | 281 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 D | ml_dsa_encoders.c | 524 in = OPENSSL_load_u16_le(&a3, in); in poly_decode_signed_two_to_power_19()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 859 OPENSSL_load_u16_le inline
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 1598 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 D | CHANGES.md | 169 form, regardless of the host byte-order. See the `OPENSSL_load_u16_le(3)`
|