Searched refs:tmp_id (Results 1 – 2 of 2) sorted by relevance
432 void *tmp_id = NULL; in sm2sig_set_ctx_params() local441 if (!OSSL_PARAM_get_octet_string(p, &tmp_id, 0, &tmp_idlen)) in sm2sig_set_ctx_params()444 psm2ctx->id = tmp_id; in sm2sig_set_ctx_params()
294 int tmp_id = get_legacy_alg_type_from_keymgmt(keymgmt); in int_ctx_new() local296 if (tmp_id != NID_undef) { in int_ctx_new()298 id = tmp_id; in int_ctx_new()304 if (!ossl_assert(id == tmp_id)) { in int_ctx_new()1236 void *tmp_id = NULL; in get1_id_data() local1246 &tmp_id, 0); in get1_id_data()1256 memcpy(id, tmp_id, tmp_id_len); in get1_id_data()
Completed in 7 milliseconds