Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_encoders.c172 in = OPENSSL_load_u32_le(&v, in); in poly_decode_10_bits()
235 in = OPENSSL_load_u32_le(&v, in); in poly_decode_signed_4()
334 OPENSSL_load_u32_le(&v, (uint8_t *)&u); in poly_decode_signed_2()
438 in = OPENSSL_load_u32_le(&a2, in); in poly_decode_signed_two_to_power_12()
522 in = OPENSSL_load_u32_le(&a1, in); in poly_decode_signed_two_to_power_19()
523 in = OPENSSL_load_u32_le(&a2, in); in poly_decode_signed_two_to_power_19()
602 in = OPENSSL_load_u32_le(&a1, in); in poly_decode_signed_two_to_power_17()
603 in = OPENSSL_load_u32_le(&a2, in); in poly_decode_signed_two_to_power_17()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_load_u16_le.pod5 OPENSSL_load_u16_le, OPENSSL_load_u16_be, OPENSSL_load_u32_le,
32 static ossl_inline const unsigned char *OPENSSL_load_u32_le(
/freebsd/crypto/openssl/test/
H A Dbyteorder_test.c40 restin = OPENSSL_load_u32_le(&u32, in); in test_byteorder()
/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h237 OPENSSL_load_u32_le(uint32_t *val, const unsigned char *in) in OPENSSL_load_u32_le() function
/freebsd/crypto/openssl/util/
H A Dother.syms863 OPENSSL_load_u32_le inline
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2892 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u32_le.3