Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dvtls.c817 char *encoded, *pinkeycopy, *begin_pos, *end_pos; in Curl_pin_peer_pubkey() local
855 pinkeycopy = malloc(pinkeylen); in Curl_pin_peer_pubkey()
856 if(!pinkeycopy) { in Curl_pin_peer_pubkey()
860 memcpy(pinkeycopy, pinnedpubkey, pinkeylen); in Curl_pin_peer_pubkey()
862 begin_pos = pinkeycopy; in Curl_pin_peer_pubkey()
889 Curl_safefree(pinkeycopy); in Curl_pin_peer_pubkey()