Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_adrs.c80 OPENSSL_store_u64_be(adrs + SLH_ADRS_OFF_TREE_ADR + 4, address); in slh_adrs_set_tree_address()
120 OPENSSL_store_u64_be(adrsc + SLH_ADRSC_OFF_TREE_ADR, in); in slh_adrsc_set_tree_address()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_load_u16_le.pod9 OPENSSL_store_u64_le, OPENSSL_store_u64_be -
26 static ossl_inline unsigned char *OPENSSL_store_u64_be(
/freebsd/crypto/openssl/test/
H A Dbyteorder_test.c74 restout = OPENSSL_store_u64_be(out, u64); in test_byteorder()
/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h180 OPENSSL_store_u64_be(unsigned char *out, uint64_t val) in OPENSSL_store_u64_be() function
/freebsd/crypto/openssl/util/
H A Dother.syms868 OPENSSL_store_u64_be inline
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2899 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_store_u64_be.3