Home
last modified time | relevance | path

Searched refs:tmp_pkt (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/slh_dsa/
H A Dslh_wots.c280 WPACKET pkt, *tmp_pkt = &pkt; in ossl_slh_wots_pk_from_sig() local
288 if (!WPACKET_init_static_len(tmp_pkt, tmp, sizeof(tmp), 0)) in ossl_slh_wots_pk_from_sig()
300 pk_seed, adrs, tmp_pkt)) in ossl_slh_wots_pk_from_sig()
307 if (!WPACKET_get_total_written(tmp_pkt, &tmp_len)) in ossl_slh_wots_pk_from_sig()
312 if (!WPACKET_finish(tmp_pkt)) in ossl_slh_wots_pk_from_sig()
/src/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c747 PACKET *tmp_pkt; in extract_keyshares() local
757 tmp_pkt = OPENSSL_realloc(*encoded_pubkey_arr, in extract_keyshares()
759 if (tmp_pkt == NULL) { in extract_keyshares()
764 *encoded_pubkey_arr = tmp_pkt; in extract_keyshares()