Lines Matching refs:tmp_ctx
33 TALLOC_CTX *tmp_ctx;
40 tmp_ctx = talloc_new(NULL);
41 if (!tmp_ctx) {
52 res = talloc_zero(tmp_ctx, struct sss_ssh_ent);
109 talloc_free(tmp_ctx);
150 TALLOC_CTX *tmp_ctx;
157 tmp_ctx = talloc_new(NULL);
158 if (!tmp_ctx) {
166 blob = sss_base64_encode(tmp_ctx, pubkey->data, pubkey->data_len);
172 ret = sss_ssh_get_pubkey_algorithm(tmp_ctx, pubkey, &algo);
212 talloc_free(tmp_ctx);