| /src/crypto/external/apache2/openssl/dist/test/ |
| asn1_stable_parse_test.c | 41 OSSL_LIB_CTX *newctx = OSSL_LIB_CTX_new(); local 43 if (!TEST_ptr(newctx)) 46 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) 59 OSSL_LIB_CTX_free(newctx);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| asn1_stable_parse_test.c | 42 OSSL_LIB_CTX *newctx = OSSL_LIB_CTX_new(); local 44 if (!TEST_ptr(newctx)) 47 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) 60 OSSL_LIB_CTX_free(newctx);
|
| /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
| encoder_local.h | 33 OSSL_FUNC_encoder_newctx_fn *newctx; member in struct:ossl_encoder_st 47 OSSL_FUNC_decoder_newctx_fn *newctx; member in struct:ossl_decoder_st
|
| decoder_meth.c | 244 if (decoder->newctx == NULL) 245 decoder->newctx = OSSL_FUNC_decoder_newctx(fns); 291 if (!((decoder->newctx == NULL && decoder->freectx == NULL) 292 || (decoder->newctx != NULL && decoder->freectx != NULL))
|
| encoder_meth.c | 244 if (encoder->newctx == NULL) 245 encoder->newctx = 299 if (!((encoder->newctx == NULL && encoder->freectx == NULL) 300 || (encoder->newctx != NULL && encoder->freectx != NULL)
|
| /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/ |
| encoder_local.h | 33 OSSL_FUNC_encoder_newctx_fn *newctx; member in struct:ossl_encoder_st 47 OSSL_FUNC_decoder_newctx_fn *newctx; member in struct:ossl_decoder_st
|
| decoder_meth.c | 234 if (decoder->newctx == NULL) 235 decoder->newctx = OSSL_FUNC_decoder_newctx(fns); 276 if (!((decoder->newctx == NULL && decoder->freectx == NULL) 277 || (decoder->newctx != NULL && decoder->freectx != NULL))
|
| encoder_meth.c | 234 if (encoder->newctx == NULL) 235 encoder->newctx = OSSL_FUNC_encoder_newctx(fns); 280 if (!((encoder->newctx == NULL && encoder->freectx == NULL) 281 || (encoder->newctx != NULL && encoder->freectx != NULL)
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_local.h | 148 OSSL_FUNC_keyexch_newctx_fn *newctx; member in struct:evp_keyexch_st 167 OSSL_FUNC_signature_newctx_fn *newctx; member in struct:evp_signature_st 233 OSSL_FUNC_asym_cipher_newctx_fn *newctx; member in struct:evp_asym_cipher_st 253 OSSL_FUNC_kem_newctx_fn *newctx; member in struct:evp_kem_st
|
| kdf_meth.c | 79 if (kdf->newctx != NULL) 81 kdf->newctx = OSSL_FUNC_kdf_newctx(fns);
|
| mac_meth.c | 79 if (mac->newctx != NULL) 81 mac->newctx = OSSL_FUNC_mac_newctx(fns);
|
| exchange.c | 70 if (exchange->newctx != NULL) 72 exchange->newctx = OSSL_FUNC_keyexch_newctx(fns); 136 * a complete set of "exchange" functions: init, derive, newctx, 342 ctx->op.kex.algctx = exchange->newctx(ossl_provider_ctx(exchange->prov));
|
| asymcipher.c | 157 ctx->op.ciph.algctx = cipher->newctx(ossl_provider_ctx(cipher->prov)); 390 if (cipher->newctx != NULL) 392 cipher->newctx = OSSL_FUNC_asym_cipher_newctx(fns); 468 * a set of context functions (newctx and freectx) as well as a pair of
|
| kem.c | 162 ctx->op.encap.algctx = kem->newctx(ossl_provider_ctx(kem->prov)); 324 if (kem->newctx != NULL) 326 kem->newctx = OSSL_FUNC_kem_newctx(fns); 414 * a set of context functions (newctx and freectx) as well as a pair
|
| evp_rand.c | 32 OSSL_FUNC_rand_newctx_fn *newctx; member in struct:evp_rand_st 142 if (rand->newctx != NULL) 144 rand->newctx = OSSL_FUNC_rand_newctx(fns); 367 if ((ctx->algctx = rand->newctx(ossl_provider_ctx(rand->prov), parent_ctx,
|
| kdf_lib.c | 32 || (ctx->algctx = kdf->newctx(ossl_provider_ctx(kdf->prov))) == NULL
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_local.h | 144 OSSL_FUNC_keyexch_newctx_fn *newctx; member in struct:evp_keyexch_st 164 OSSL_FUNC_signature_newctx_fn *newctx; member in struct:evp_signature_st 199 OSSL_FUNC_asym_cipher_newctx_fn *newctx; member in struct:evp_asym_cipher_st 220 OSSL_FUNC_kem_newctx_fn *newctx; member in struct:evp_kem_st
|
| kdf_meth.c | 81 if (kdf->newctx != NULL) 83 kdf->newctx = OSSL_FUNC_kdf_newctx(fns);
|
| mac_meth.c | 82 if (mac->newctx != NULL) 84 mac->newctx = OSSL_FUNC_mac_newctx(fns);
|
| asymcipher.c | 145 ctx->op.ciph.algctx = cipher->newctx(ossl_provider_ctx(cipher->prov)); 346 if (cipher->newctx != NULL) 348 cipher->newctx = OSSL_FUNC_asym_cipher_newctx(fns); 424 * a set of context functions (newctx and freectx) as well as a pair of
|
| exchange.c | 64 if (exchange->newctx != NULL) 66 exchange->newctx = OSSL_FUNC_keyexch_newctx(fns); 130 * a complete set of "exchange" functions: init, derive, newctx, 336 ctx->op.kex.algctx = exchange->newctx(ossl_provider_ctx(exchange->prov));
|
| kem.c | 138 ctx->op.encap.algctx = kem->newctx(ossl_provider_ctx(kem->prov)); 280 if (kem->newctx != NULL) 282 kem->newctx = OSSL_FUNC_kem_newctx(fns); 358 * a set of context functions (newctx and freectx) as well as a pair of
|
| evp_rand.c | 33 OSSL_FUNC_rand_newctx_fn *newctx; member in struct:evp_rand_st 140 if (rand->newctx != NULL) 142 rand->newctx = OSSL_FUNC_rand_newctx(fns); 357 if ((ctx->algctx = rand->newctx(ossl_provider_ctx(rand->prov), parent_ctx,
|
| kdf_lib.c | 32 || (ctx->algctx = kdf->newctx(ossl_provider_ctx(kdf->prov))) == NULL
|
| /src/external/mpl/bind/dist/lib/dns/ |
| master.c | 2173 dns_incctx_t *newctx = NULL; local 2182 incctx_create(lctx->mctx, origin, &newctx); 2187 newctx->origin_changed = ictx->origin_changed; 2191 newctx->current_in_use = find_free_name(newctx); 2192 newctx->current = dns_fixedname_name( 2193 &newctx->fixed[newctx->current_in_use]); 2194 newctx->in_use[newctx->current_in_use] = true [all...] |