Lines Matching defs:hash
104 char *hash;
121 hash = ssl_pubkey_hash(pki->pki_cert, pki->pki_cert_len);
122 if (dict_check(&pkeys, hash))
125 dict_xset(&pkeys, hash, pkey);
126 free(hash);
182 const char *hash;
220 m_get_string(&m, &hash);
226 pkey = dict_get(&pkeys, hash);
228 fatalx("ca_imsg: invalid pkey hash");
258 m_get_string(&m, &hash);
262 pkey = dict_get(&pkeys, hash);
265 fatalx("ca_imsg: invalid pkey hash");
302 char *hash;
307 if ((hash = RSA_get_ex_data(rsa, 0)) == NULL)
317 m_add_string(p_ca, hash);
411 char *hash;
417 if ((hash = EC_KEY_get_ex_data(eckey, 0)) == NULL)
427 m_add_string(p_ca, hash);