Searched refs:tmp_pkt (Results 1 – 2 of 2) sorted by relevance
280 WPACKET pkt, *tmp_pkt = &pkt; in ossl_slh_wots_pk_from_sig() local288 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()
747 PACKET *tmp_pkt; in extract_keyshares() local757 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()