Searched refs:tmp_store (Results 1 – 7 of 7) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/crypto/store/ |
H A D | store_meth.c | 97 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member 112 if (methdata->tmp_store == NULL) in get_tmp_loader_store() 113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store() 114 return methdata->tmp_store; in get_tmp_loader_store() 402 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch() 404 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch() 416 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number() 418 dealloc_tmp_loader_store(methdata.tmp_store); in ossl_store_loader_fetch_by_number() 512 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided() 517 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided() [all …]
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | evp_fetch.c | 69 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store() 71 return methdata->tmp_store; in get_tmp_evp_method_store() 395 methdata.tmp_store = NULL; in evp_generic_fetch() 399 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch() 422 methdata.tmp_store = NULL; in evp_generic_fetch_by_number() 426 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_by_number() 448 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov() 452 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_from_prov() 653 methdata.tmp_store = NULL; in evp_generic_do_all() 660 if (methdata.tmp_store != NULL) in evp_generic_do_all() [all …]
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
H A D | decoder_meth.c | 94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_decoder_store() */ member 109 if (methdata->tmp_store == NULL) in get_tmp_decoder_store() 110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store() 111 return methdata->tmp_store; in get_tmp_decoder_store() 457 methdata.tmp_store = NULL; in OSSL_DECODER_fetch() 459 dealloc_tmp_decoder_store(methdata.tmp_store); in OSSL_DECODER_fetch() 470 methdata.tmp_store = NULL; in ossl_decoder_fetch_by_number() 472 dealloc_tmp_decoder_store(methdata.tmp_store); in ossl_decoder_fetch_by_number() 582 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided() 587 if (methdata.tmp_store != NULL) in OSSL_DECODER_do_all_provided() [all …]
|
H A D | encoder_meth.c | 94 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_encoder_store() */ member 109 if (methdata->tmp_store == NULL) in get_tmp_encoder_store() 110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store() 111 return methdata->tmp_store; in get_tmp_encoder_store() 466 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch() 468 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_fetch() 479 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number() 481 dealloc_tmp_encoder_store(methdata.tmp_store); in ossl_encoder_fetch_by_number() 591 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided() 596 if (methdata.tmp_store != NULL) in OSSL_ENCODER_do_all_provided() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gimplify.c | 13193 tree tmp_store = tmp_load; in gimplify_omp_atomic() local 13195 tmp_store = get_initialized_tmp_var (tmp_load, pre_p); in gimplify_omp_atomic() 13204 TREE_TYPE (op1), tmp_store, bitsize, in gimplify_omp_atomic() 13207 rhs = tmp_store; in gimplify_omp_atomic()
|
H A D | gimplify.cc | 14635 tree tmp_store = tmp_load; in gimplify_omp_atomic() local 14637 tmp_store = get_initialized_tmp_var (tmp_load, pre_p); in gimplify_omp_atomic() 14647 tmp_store, bitsize, bitpos), op1); in gimplify_omp_atomic() 14652 rhs = tmp_store; in gimplify_omp_atomic()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimplify.c | 13193 tree tmp_store = tmp_load; in gimplify_omp_atomic() local 13195 tmp_store = get_initialized_tmp_var (tmp_load, pre_p); in gimplify_omp_atomic() 13204 TREE_TYPE (op1), tmp_store, bitsize, in gimplify_omp_atomic() 13207 rhs = tmp_store; in gimplify_omp_atomic()
|