Home
last modified time | relevance | path

Searched refs:tmp_id (Results 1 – 2 of 2) sorted by relevance

/openssl-master/providers/implementations/signature/
A Dsm2_sig.c432 void *tmp_id = NULL; in sm2sig_set_ctx_params() local
441 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()
/openssl-master/crypto/evp/
A Dpmeth_lib.c294 int tmp_id = get_legacy_alg_type_from_keymgmt(keymgmt); in int_ctx_new() local
296 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() local
1246 &tmp_id, 0); in get1_id_data()
1256 memcpy(id, tmp_id, tmp_id_len); in get1_id_data()

Completed in 7 milliseconds