Searched refs:sha256sumdigest (Results 1 – 1 of 1) sorted by relevance
1047 unsigned char *sha256sumdigest; in Curl_pin_peer_pubkey() local1055 sha256sumdigest = malloc(CURL_SHA256_DIGEST_LENGTH); in Curl_pin_peer_pubkey()1056 if(!sha256sumdigest) in Curl_pin_peer_pubkey()1059 sha256sumdigest, CURL_SHA256_DIGEST_LENGTH); in Curl_pin_peer_pubkey()1062 encode = Curl_base64_encode((char *)sha256sumdigest, in Curl_pin_peer_pubkey()1065 Curl_safefree(sha256sumdigest); in Curl_pin_peer_pubkey()
Completed in 10 milliseconds