Lines Matching defs:tmp
2270 ASN1_STRING *tmp =
2277 if(tmp) {
2278 if(ASN1_STRING_type(tmp) == V_ASN1_UTF8STRING) {
2279 peerlen = ASN1_STRING_length(tmp);
2283 memcpy(peer_CN, ASN1_STRING_get0_data(tmp), peerlen);
2291 peerlen = ASN1_STRING_to_UTF8(&peer_CN, tmp);
3092 void *tmp = realloc(enhkey_usage, req_size);
3094 if(!tmp) {
3100 enhkey_usage = (CERT_ENHKEY_USAGE *)tmp;
4850 static CURLcode ossl_sha256sum(const unsigned char *tmp, /* input */
4866 EVP_DigestUpdate(mdctx, tmp, tmplen);