Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dvtls.c810 const unsigned char *pubkey, size_t pubkeylen) in Curl_pin_peer_pubkey() argument
828 if(!pubkey || !pubkeylen) in Curl_pin_peer_pubkey()
838 curlssl_sha256sum(pubkey, pubkeylen, in Curl_pin_peer_pubkey()
912 if(pubkeylen > size) in Curl_pin_peer_pubkey()
928 if(pubkeylen == size) { in Curl_pin_peer_pubkey()
929 if(!memcmp(pubkey, buf, pubkeylen)) in Curl_pin_peer_pubkey()
948 if(pubkeylen == pem_len && !memcmp(pubkey, pem_ptr, pubkeylen)) in Curl_pin_peer_pubkey()
Dvtls.h154 const unsigned char *pubkey, size_t pubkeylen);
/external/openssh/
Dsshkey.c2997 size_t i, pubkeylen, keylen, ivlen, blocksize, authlen; in sshkey_private_to_blob2() local
3061 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()
3062 (r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0) in sshkey_private_to_blob2()
3132 explicit_bzero(pubkeyblob, pubkeylen); in sshkey_private_to_blob2()