Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/slh_dsa/
H A Dslh_xmss.c36 int ossl_slh_xmss_node(SLH_DSA_HASH_CTX *ctx, const uint8_t *sk_seed, in ossl_slh_xmss_node()
89 const uint8_t *sk_seed, uint32_t node_id, in ossl_slh_xmss_sign()
H A Dslh_fors.c41 static int slh_fors_sk_gen(SLH_DSA_HASH_CTX *ctx, const uint8_t *sk_seed, in slh_fors_sk_gen()
77 static int slh_fors_node(SLH_DSA_HASH_CTX *ctx, const uint8_t *sk_seed, in slh_fors_node()
132 const uint8_t *sk_seed, const uint8_t *pk_seed, in ossl_slh_fors_sign()
H A Dslh_wots.c139 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()
H A Dslh_hypertree.c33 const uint8_t *msg, const uint8_t *sk_seed, in ossl_slh_ht_sign()
H A Dslh_hash.c80 const uint8_t *pk_seed, const uint8_t *sk_seed, in slh_prf_shake()
241 const uint8_t *sk_seed, const uint8_t *adrs, in slh_prf_sha2()
H A Dslh_dsa.c59 const uint8_t *pk_seed, *sk_seed; /* pointers to elements within |priv| */ in slh_sign_internal() local