Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dvtls.c958 char *encoded, *pinkeycopy, *begin_pos, *end_pos; in Curl_pin_peer_pubkey() local
988 pinkeycopy = malloc(pinkeylen); in Curl_pin_peer_pubkey()
989 if(!pinkeycopy) { in Curl_pin_peer_pubkey()
993 memcpy(pinkeycopy, pinnedpubkey, pinkeylen); in Curl_pin_peer_pubkey()
995 begin_pos = pinkeycopy; in Curl_pin_peer_pubkey()
1022 Curl_safefree(pinkeycopy); in Curl_pin_peer_pubkey()