Lines Matching refs:tmp_ctx
75 TALLOC_CTX *tmp_ctx = NULL;
88 tmp_ctx = talloc_new(NULL);
89 if (!tmp_ctx) {
105 keybuf = talloc_array(tmp_ctx, unsigned char, mech_props->keylen);
111 ivbuf = talloc_array(tmp_ctx, unsigned char, mech_props->bsize);
122 cryptotext = talloc_array(tmp_ctx, unsigned char, ct_maxsize);
165 obfbuf = talloc_array(tmp_ctx, unsigned char, obufsize);
191 talloc_free(tmp_ctx);
201 TALLOC_CTX *tmp_ctx = NULL;
219 tmp_ctx = talloc_new(NULL);
220 if (!tmp_ctx) {
231 obfbuf = sss_base64_decode(tmp_ctx, b64encoded, &obflen);
260 keybuf = talloc_array(tmp_ctx, unsigned char, mech_props->keylen);
267 ivbuf = talloc_array(tmp_ctx, unsigned char, mech_props->bsize);
274 cryptotext = talloc_array(tmp_ctx, unsigned char, ctsize);
281 pwdbuf = talloc_array(tmp_ctx, char, ctsize);
306 talloc_free(tmp_ctx);