Searched refs:sig_wpkt (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/slh_dsa/ |
H A D | slh_dsa_local.h | 61 uint8_t *adrs, WPACKET *sig_wpkt); 74 WPACKET *sig_wpkt); 83 WPACKET *sig_wpkt); 91 uint8_t *adrs, WPACKET *sig_wpkt);
|
H A D | slh_hypertree.c | 34 uint64_t tree_id, uint32_t leaf_id, WPACKET *sig_wpkt) in ossl_slh_ht_sign() argument 70 psig = WPACKET_get_curr(sig_wpkt); in ossl_slh_ht_sign() 72 sig_wpkt)) in ossl_slh_ht_sign() 81 WPACKET_get_curr(sig_wpkt) - psig)) in ossl_slh_ht_sign()
|
H A D | slh_xmss.c | 87 const uint8_t *pk_seed, uint8_t *adrs, WPACKET *sig_wpkt) in ossl_slh_xmss_sign() argument 105 if (!ossl_slh_wots_sign(ctx, msg, sk_seed, pk_seed, adrs, sig_wpkt)) in ossl_slh_xmss_sign() 110 if (!WPACKET_allocate_bytes(sig_wpkt, auth_path_len, &auth_path) in ossl_slh_xmss_sign()
|
H A D | slh_fors.c | 133 uint8_t *adrs, WPACKET *sig_wpkt) in ossl_slh_fors_sign() argument 167 || !WPACKET_memcpy(sig_wpkt, out, n)) in ossl_slh_fors_sign() 184 if (!WPACKET_memcpy(sig_wpkt, out, n)) in ossl_slh_fors_sign()
|
H A D | slh_wots.c | 205 uint8_t *adrs, WPACKET *sig_wpkt) in ossl_slh_wots_sign() argument 242 pk_seed, adrs, sig_wpkt)) in ossl_slh_wots_sign()
|