Searched refs:OPENSSL_load_u32_le (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/ml_dsa/ |
H A D | ml_dsa_encoders.c | 172 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 D | OPENSSL_load_u16_le.pod | 5 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 D | byteorder_test.c | 40 restin = OPENSSL_load_u32_le(&u32, in); in test_byteorder()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | byteorder.h | 237 OPENSSL_load_u32_le(uint32_t *val, const unsigned char *in) in OPENSSL_load_u32_le() function
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 863 OPENSSL_load_u32_le inline
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 2892 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u32_le.3
|