Searched refs:auth_path (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/crypto/slh_dsa/ |
H A D | slh_xmss.c | 95 uint8_t *auth_path; /* Pointer to a buffer offset inside |sig_wpkt| */ in ossl_slh_xmss_sign() local 110 if (!WPACKET_allocate_bytes(sig_wpkt, auth_path_len, &auth_path) in ossl_slh_xmss_sign() 112 auth_path, auth_path_len)) in ossl_slh_xmss_sign() 154 const uint8_t *auth_path; /* Pointer to buffer offset in |pkt_sig| */ in ossl_slh_xmss_pk_from_sig() local 165 if (!PACKET_get_bytes(sig_rpkt, &auth_path, n)) in ossl_slh_xmss_pk_from_sig() 171 if (!H(ctx, pk_seed, adrs, node, auth_path, node, pk_out_len)) in ossl_slh_xmss_pk_from_sig() 176 if (!H(ctx, pk_seed, adrs, auth_path, node, node, pk_out_len)) in ossl_slh_xmss_pk_from_sig()
|