| /src/crypto/external/bsd/openssl.old/dist/crypto/sm2/ |
| sm2_pmeth.c | 167 uint8_t *tmp_id; local 198 tmp_id = OPENSSL_malloc(p1); 199 if (tmp_id == NULL) { 203 memcpy(tmp_id, p2, p1); 205 smctx->id = tmp_id;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/ |
| sm2_sig.c | 450 void *tmp_id = NULL; local 460 && !OSSL_PARAM_get_octet_string(p, &tmp_id, 0, &tmp_idlen)) 463 psm2ctx->id = tmp_id;
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/ |
| sm2_sig.c | 441 void *tmp_id = NULL; local 451 && !OSSL_PARAM_get_octet_string(p, &tmp_id, 0, &tmp_idlen)) 454 psm2ctx->id = tmp_id;
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| pmeth_lib.c | 273 int tmp_id = evp_keymgmt_get_legacy_alg(keymgmt); local 275 if (tmp_id != NID_undef) { 277 id = tmp_id; 283 if (!ossl_assert(id == tmp_id)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| pmeth_lib.c | 295 int tmp_id = get_legacy_alg_type_from_keymgmt(keymgmt); local 297 if (tmp_id != NID_undef) { 299 id = tmp_id; 305 if (!ossl_assert(id == tmp_id)) { 1321 void *tmp_id = NULL; local 1331 &tmp_id, 0); 1341 memcpy(id, tmp_id, tmp_id_len);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-isl-ast-to-gimple.cc | 1335 isl_id *tmp_id = isl_set_get_dim_id (scop->param_context, local 1337 bool existed_p = ip.put (tmp_id, param);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-isl-ast-to-gimple.cc | 1335 isl_id *tmp_id = isl_set_get_dim_id (scop->param_context, local 1337 bool existed_p = ip.put (tmp_id, param);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-nds32.c | 4278 struct relax_hint_id *tmp_id = malloc (sizeof (struct relax_hint_id)); 4279 tmp_id->old_id = tmp; 4280 tmp_id->new_id = relax_hint_id_current; 4281 tmp_id->next = record_id_head; 4282 record_id_head = tmp_id; 4271 struct relax_hint_id *tmp_id = malloc (sizeof (struct relax_hint_id)); local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-nds32.c | 4275 struct relax_hint_id *tmp_id = malloc (sizeof (struct relax_hint_id)); 4276 tmp_id->old_id = tmp; 4277 tmp_id->new_id = relax_hint_id_current; 4278 tmp_id->next = record_id_head; 4279 record_id_head = tmp_id; 4268 struct relax_hint_id *tmp_id = malloc (sizeof (struct relax_hint_id)); local
|