Lines Matching refs:ktmp
71 ASN1_OCTET_STRING ktmp; /* Temp storage for key */
82 hctx->ktmp.data = NULL;
83 hctx->ktmp.length = 0;
84 hctx->ktmp.flags = 0;
85 hctx->ktmp.type = V_ASN1_OCTET_STRING;
105 if (sctx->ktmp.data)
107 if (!ASN1_OCTET_STRING_set(&dctx->ktmp,
108 sctx->ktmp.data, sctx->ktmp.length))
118 if (hctx->ktmp.data)
120 if (hctx->ktmp.length)
121 OPENSSL_cleanse(hctx->ktmp.data, hctx->ktmp.length);
122 OPENSSL_free(hctx->ktmp.data);
123 hctx->ktmp.data = NULL;
132 if (!hctx->ktmp.data)
134 hkey = ASN1_OCTET_STRING_dup(&hctx->ktmp);
188 if (!ASN1_OCTET_STRING_set(&hctx->ktmp, p2, p1))