HomeSort by relevance Sort by last modified time
    Searched refs:pinnedpubkey (Results 1 - 10 of 10) sorted by null

  /external/curl/docs/cmdline-opts/
pinnedpubkey.d 1 Long: pinnedpubkey
  /external/curl/lib/vtls/
vtls.c 778 const char *pinnedpubkey,
795 if(!pinnedpubkey)
800 /* only do this if pinnedpubkey starts with "sha256//", length 8 */
801 if(strncmp(pinnedpubkey, "sha256//", 8) == 0) {
819 pinkeylen = strlen(pinnedpubkey) + 1;
825 memcpy(pinkeycopy, pinnedpubkey, pinkeylen);
862 fp = fopen(pinnedpubkey, "rb");
vtls.h 165 const char *pinnedpubkey,
gtls.c 804 const char *pinnedpubkey)
817 if(NULL == pinnedpubkey)
848 result = Curl_pin_peer_pubkey(data, pinnedpubkey, buff1, len1);
    [all...]
nss.c 988 const char *pinnedpubkey)
994 if(!pinnedpubkey)
1008 result = Curl_pin_peer_pubkey(data, pinnedpubkey, cert_der->data,
    [all...]
openssl.c     [all...]
  /external/curl/src/
tool_cfgable.c 115 Curl_safefree(config->pinnedpubkey);
tool_cfgable.h 123 char *pinnedpubkey; member in struct:OperationConfig
tool_operate.c     [all...]
tool_getparam.c 228 {"Ep", "pinnedpubkey", TRUE},
    [all...]

Completed in 143 milliseconds