Home
last modified time | relevance | path

Searched defs:pk_seed (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_hash.c66 const uint8_t *pk_seed, const uint8_t *pk_root, in slh_hmsg_shake()
80 const uint8_t *pk_seed, const uint8_t *sk_seed, 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()
150 slh_hmsg_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *r, const uint8_t *pk_seed, in slh_hmsg_sha2()
209 do_hash(EVP_MD_CTX *ctx, size_t n, const uint8_t *pk_seed, const uint8_t *adrs, in do_hash()
224 slh_prf_sha2(SLH_DSA_HASH_CTX *hctx, const uint8_t *pk_seed, 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()
[all …]
H A Dslh_xmss.c37 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 Dslh_wots.c94 const uint8_t *pk_seed, uint8_t *adrs, WPACKET *wpkt) in slh_wots_chain()
139 const uint8_t *sk_seed, const uint8_t *pk_seed, in ossl_slh_wots_pk_gen()
204 const uint8_t *sk_seed, const uint8_t *pk_seed, in ossl_slh_wots_sign()
268 const uint8_t *pk_seed, uint8_t *adrs, in ossl_slh_wots_pk_from_sig()
H A Dslh_fors.c42 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()
132 const uint8_t *sk_seed, const uint8_t *pk_seed, in ossl_slh_fors_sign()
211 const uint8_t *md, const uint8_t *pk_seed, in ossl_slh_fors_pk_from_sig()
H A Dslh_hypertree.c33 const uint8_t *pk_seed, in ossl_slh_ht_sign()
108 const uint8_t *pk_seed, uint64_t tree_id, uint32_t leaf_id, in ossl_slh_ht_verify()
H A Dslh_dsa.c58 const uint8_t *pk_seed, *sk_seed; /* pointers to elements within |priv| */ in slh_sign_internal() local
157 const uint8_t *pk_seed, *pk_root; /* Pointers to elements in |pub| */ in slh_verify_internal() local