Home
last modified time | relevance | path

Searched refs:OPENSSL_load_u64_le (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_load_u16_le.pod6 OPENSSL_load_u32_be, OPENSSL_load_u64_le, OPENSSL_load_u64_be,
36 static ossl_inline const unsigned char *OPENSSL_load_u64_le(
/freebsd/crypto/openssl/test/
H A Dbyteorder_test.c62 restin = OPENSSL_load_u64_le(&u64, in); in test_byteorder()
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_sample.c326 OPENSSL_load_u64_le(&signs, block); in ossl_ml_dsa_poly_sample_in_ball()
H A Dml_dsa_encoders.c437 in = OPENSSL_load_u64_le(&a1, in); in poly_decode_signed_two_to_power_12()
/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h277 OPENSSL_load_u64_le(uint64_t *val, const unsigned char *in) in OPENSSL_load_u64_le() function
/freebsd/crypto/openssl/util/
H A Dother.syms867 OPENSSL_load_u64_le inline
/freebsd/crypto/openssl/crypto/ml_kem/
H A Dml_kem.c696 in = OPENSSL_load_u64_le(&accum, in); in scalar_decode()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2894 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_load_u64_le.3