Searched defs:pinnedpubkey (Results 1 - 5 of 5) sorted by relevance

/external/curl/lib/vtls/
H A Dgtls.c770 const char *pinnedpubkey)
783 if(NULL == pinnedpubkey)
814 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1);
768 pkp_pin_peer_pubkey(struct Curl_easy *data, gnutls_x509_crt_t cert, const char *pinnedpubkey) argument
H A Dvtls.c809 const char *pinnedpubkey,
826 if(!pinnedpubkey)
831 /* only do this if pinnedpubkey starts with "sha256//", length 8 */
832 if(strncmp(pinnedpubkey, "sha256//", 8) == 0) {
850 pinkeylen = strlen(pinnedpubkey) + 1;
856 memcpy(pinkeycopy, pinnedpubkey, pinkeylen);
893 fp = fopen(pinnedpubkey, "rb");
808 Curl_pin_peer_pubkey(struct Curl_easy *data, const char *pinnedpubkey, const unsigned char *pubkey, size_t pubkeylen) argument
H A Dnss.c950 const char *pinnedpubkey)
956 if(!pinnedpubkey)
970 result = Curl_pin_peer_pubkey(data, pinnedpubkey, cert_der->data,
949 cmp_peer_pubkey(struct ssl_connect_data *connssl, const char *pinnedpubkey) argument
H A Dopenssl.c2605 const char *pinnedpubkey)
2615 if(!pinnedpubkey)
2650 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1);
2604 pkp_pin_peer_pubkey(struct Curl_easy *data, X509* cert, const char *pinnedpubkey) argument
/external/curl/src/
H A Dtool_cfgable.h114 char *pinnedpubkey; member in struct:OperationConfig

Completed in 2773 milliseconds