| /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);
|
| fake_rsaprov.c | 371 unsigned char *newctx; local 376 if (!TEST_ptr(newctx = OPENSSL_zalloc(1))) 379 *newctx = *sigctx; 380 return 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/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
|
| /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
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| 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,
|
| 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
|
| /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
|
| 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,
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| config.c | 1750 int i, rc, newctx = 0, res = 0; local 1764 newctx = 1; 1776 newctx = 1; 1790 newctx = 1; 1804 newctx = 1; 1816 newctx = 1; 1823 if ( newctx ) {
|
| /src/external/mpl/bind/dist/lib/isc/ |
| tls.c | 876 isc_tls_t *newctx = NULL; local 880 newctx = SSL_new(ctx); 881 if (newctx == NULL) { 890 return newctx;
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 217 OSSL_FUNC_mac_newctx_fn *newctx; member in struct:evp_mac_st 239 OSSL_FUNC_kdf_newctx_fn *newctx; member in struct:evp_kdf_st 282 OSSL_FUNC_digest_newctx_fn *newctx; member in struct:evp_md_st 339 OSSL_FUNC_cipher_newctx_fn *newctx; member in struct:evp_cipher_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 208 OSSL_FUNC_mac_newctx_fn *newctx; member in struct:evp_mac_st 230 OSSL_FUNC_kdf_newctx_fn *newctx; member in struct:evp_kdf_st 274 OSSL_FUNC_digest_newctx_fn *newctx; member in struct:evp_md_st 330 OSSL_FUNC_cipher_newctx_fn *newctx; member in struct:evp_cipher_st
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| config.c | 3170 int i, rc, newctx = 0, res = 0; local 3184 newctx = 1; 3196 newctx = 1; 3211 newctx = 1; 3226 newctx = 1; 3238 newctx = 1; 3244 if ( newctx ) {
|
| /src/external/mpl/bind/dist/lib/dns/ |
| master.c | 2190 dns_incctx_t *newctx = NULL; local 2199 incctx_create(lctx->mctx, origin, &newctx); 2204 newctx->origin_changed = ictx->origin_changed; 2208 newctx->current_in_use = find_free_name(newctx); 2209 newctx->current = dns_fixedname_name( 2210 &newctx->fixed[newctx->current_in_use]); 2211 newctx->in_use[newctx->current_in_use] = true [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| master.c | 2200 dns_incctx_t *newctx = NULL; local 2209 result = incctx_create(lctx->mctx, origin, &newctx); 2217 newctx->origin_changed = ictx->origin_changed; 2221 newctx->current_in_use = find_free_name(newctx); 2222 newctx->current = dns_fixedname_name( 2223 &newctx->fixed[newctx->current_in_use]); 2224 newctx->in_use[newctx->current_in_use] = true [all...] |