Searched defs:adrs (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/slh_dsa/ |
H A D | slh_adrs.c | 68 static void slh_adrs_set_layer_address(uint8_t *adrs, uint32_t layer) in slh_adrs_set_layer_address() 72 static void slh_adrs_set_tree_address(uint8_t *adrs, uint64_t address) in slh_adrs_set_tree_address() 82 static void slh_adrs_set_type_and_clear(uint8_t *adrs, uint32_t type) in slh_adrs_set_type_and_clear() 87 static void slh_adrs_set_keypair_address(uint8_t *adrs, uint32_t in) in slh_adrs_set_keypair_address() 96 static void slh_adrs_set_chain_address(uint8_t *adrs, uint32_t in) in slh_adrs_set_chain_address() 100 static void slh_adrs_set_hash_address(uint8_t *adrs, uint32_t in) in slh_adrs_set_hash_address() 104 static void slh_adrs_zero(uint8_t *adrs) in slh_adrs_zero()
|
H A D | slh_hash.c | 81 const uint8_t *adrs, uint8_t *out, size_t out_len) in slh_prf_shake() 104 slh_f_shake(SLH_DSA_HASH_CTX *ctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_f_shake() 114 slh_h_shake(SLH_DSA_HASH_CTX *ctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_h_shake() 124 slh_t_shake(SLH_DSA_HASH_CTX *ctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_t_shake() 209 do_hash(EVP_MD_CTX *ctx, size_t n, const uint8_t *pk_seed, const uint8_t *adrs, in do_hash() 225 const uint8_t *sk_seed, const uint8_t *adrs, in slh_prf_sha2() 235 slh_f_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_f_sha2() 243 slh_h_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_h_sha2() 257 slh_t_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, const uint8_t *adrs, in slh_t_sha2()
|
H A D | slh_xmss.c | 37 const uint8_t *pk_seed, uint8_t *adrs, in ossl_slh_xmss_node() 87 const uint8_t *pk_seed, uint8_t *adrs, WPACKET *sig_wpkt) in ossl_slh_xmss_sign() 141 const uint8_t *pk_seed, uint8_t *adrs, in ossl_slh_xmss_pk_from_sig()
|
H A D | slh_wots.c | 94 const uint8_t *pk_seed, uint8_t *adrs, WPACKET *wpkt) in slh_wots_chain() 140 uint8_t *adrs, uint8_t *pk_out, size_t pk_out_len) in ossl_slh_wots_pk_gen() 205 uint8_t *adrs, WPACKET *sig_wpkt) in ossl_slh_wots_sign() 268 const uint8_t *pk_seed, uint8_t *adrs, in ossl_slh_wots_pk_from_sig()
|
H A D | slh_fors.c | 42 const uint8_t *pk_seed, uint8_t *adrs, uint32_t id, in slh_fors_sk_gen() 78 const uint8_t *pk_seed, uint8_t *adrs, uint32_t node_id, in slh_fors_node() 133 uint8_t *adrs, WPACKET *sig_wpkt) in ossl_slh_fors_sign() 212 uint8_t *adrs, uint8_t *pk_out, size_t pk_out_len) in ossl_slh_fors_pk_from_sig()
|