Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_adrs.c70 OPENSSL_store_u32_be(adrs + SLH_ADRS_OFF_LAYER_ADR, layer); in slh_adrs_set_layer_address()
84 OPENSSL_store_u32_be(adrs + SLH_ADRS_OFF_TYPE, type); in slh_adrs_set_type_and_clear()
89 OPENSSL_store_u32_be(adrs + SLH_ADRS_OFF_KEYPAIR_ADDR, in); in slh_adrs_set_keypair_address()
98 OPENSSL_store_u32_be(adrs + SLH_ADRS_OFF_CHAIN_ADDR, in); in slh_adrs_set_chain_address()
102 OPENSSL_store_u32_be(adrs + SLH_ADRS_OFF_HASH_ADDR, in); in slh_adrs_set_hash_address()
129 OPENSSL_store_u32_be(adrsc + SLH_ADRSC_OFF_KEYPAIR_ADDR, in); in slh_adrsc_set_keypair_address()
138 OPENSSL_store_u32_be(adrsc + SLH_ADRSC_OFF_CHAIN_ADDR, in); in slh_adrsc_set_chain_address()
142 OPENSSL_store_u32_be(adrsc + SLH_ADRSC_OFF_HASH_ADDR, in); in slh_adrsc_set_hash_address()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_load_u16_le.pod8 OPENSSL_store_u32_le, OPENSSL_store_u32_be,
22 static ossl_inline unsigned char *OPENSSL_store_u32_be(
/freebsd/crypto/openssl/test/
H A Dbyteorder_test.c52 restout = OPENSSL_store_u32_be(out, u32); in test_byteorder()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dml_dsa_codecs.c343 pos = OPENSSL_store_u32_be(pos, p8fmt->p8_magic); in ossl_ml_dsa_i2d_prvkey()
373 pos = OPENSSL_store_u32_be(pos, p8fmt->priv_magic); in ossl_ml_dsa_i2d_prvkey()
H A Dml_kem_codecs.c360 pos = OPENSSL_store_u32_be(pos, p8fmt->p8_magic); in ossl_ml_kem_i2d_prvkey()
392 pos = OPENSSL_store_u32_be(pos, p8fmt->priv_magic); in ossl_ml_kem_i2d_prvkey()
/freebsd/crypto/openssl/include/openssl/
H A Dbyteorder.h142 OPENSSL_store_u32_be(unsigned char *out, uint32_t val) in OPENSSL_store_u32_be() function
/freebsd/crypto/openssl/util/
H A Dother.syms864 OPENSSL_store_u32_be inline
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile2897 MLINKS+= OPENSSL_load_u16_le.3 OPENSSL_store_u32_be.3