/openssl-master/providers/implementations/rands/ |
A D | drbg.c | 65 void *parent = drbg->parent; in ossl_drbg_lock_parent() local 67 if (parent != NULL in ossl_drbg_lock_parent() 78 void *parent = drbg->parent; in ossl_drbg_unlock_parent() local 87 void *parent = drbg->parent; in get_parent_strength() local 112 void *parent = drbg->parent; in get_parent_reseed_count() local 201 if (drbg->parent == NULL) in get_entropy() 250 if (drbg->parent == NULL) { in cleanup_entropy() 595 if (drbg->parent != NULL) in ossl_prov_drbg_reseed() 669 if (drbg->parent != NULL in ossl_prov_drbg_generate() 799 drbg->parent = parent; in ossl_rand_drbg_new() [all …]
|
A D | drbg_local.h | 89 void *parent; member 182 (void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch,
|
A D | seed_src.c | 45 static void *seed_src_new(void *provctx, void *parent, in seed_src_new() argument 50 if (parent != NULL) { in seed_src_new()
|
A D | drbg_hmac.c | 296 static void *drbg_hmac_new_wrapper(void *provctx, void *parent, in drbg_hmac_new_wrapper() argument 299 return ossl_rand_drbg_new(provctx, parent, parent_dispatch, &drbg_hmac_new, in drbg_hmac_new_wrapper()
|
/openssl-master/crypto/x509/ |
A D | pcy_node.c | 44 const X509_POLICY_NODE *parent, in ossl_policy_level_find_node() argument 51 if (node->parent == parent) { in ossl_policy_level_find_node() 61 X509_POLICY_NODE *parent, in ossl_policy_level_add_node() argument 72 node->parent = parent; in ossl_policy_level_add_node() 106 if (parent) in ossl_policy_level_add_node() 107 parent->nchild++; in ossl_policy_level_add_node()
|
A D | pcy_local.h | 94 X509_POLICY_NODE *parent; member 151 const X509_POLICY_NODE *parent, 159 X509_POLICY_NODE *parent,
|
A D | pcy_tree.c | 399 node->parent->nchild--; in tree_prune() 412 node->parent->nchild--; in tree_prune() 418 if (curr->anyPolicy->parent) in tree_prune() 419 curr->anyPolicy->parent->nchild--; in tree_prune() 492 if ((node->parent == anyptr) in tree_calculate_authority_set() 555 node = ossl_policy_level_add_node(NULL, extra, anyPolicy->parent, in tree_calculate_user_set()
|
A D | pcy_lib.c | 107 return node->parent; in X509_policy_node_get0_parent()
|
A D | v3_asid.c | 656 static int asid_contains(ASIdOrRanges *parent, ASIdOrRanges *child) in asid_contains() argument 661 if (child == NULL || parent == child) in asid_contains() 663 if (parent == NULL) in asid_contains() 671 if (p >= sk_ASIdOrRange_num(parent)) in asid_contains() 673 if (!extract_min_max(sk_ASIdOrRange_value(parent, p), &p_min, in asid_contains()
|
A D | v3_addr.c | 1086 static int addr_contains(IPAddressOrRanges *parent, in addr_contains() argument 1093 if (child == NULL || parent == child) in addr_contains() 1095 if (parent == NULL) in addr_contains() 1104 if (p >= sk_IPAddressOrRange_num(parent)) in addr_contains() 1106 if (!extract_min_max(sk_IPAddressOrRange_value(parent, p), in addr_contains()
|
/openssl-master/crypto/ |
A D | packet.c | 268 } else if (pkt->endfirst && sub->parent != NULL in wpacket_intern_close() 287 pkt->subs = sub->parent; in wpacket_intern_close() 301 for (sub = pkt->subs; sub != NULL; sub = sub->parent) { in WPACKET_fill_lengths() 315 if (pkt->subs == NULL || pkt->subs->parent == NULL) in WPACKET_close() 329 if (pkt->subs == NULL || pkt->subs->parent != NULL) in WPACKET_finish() 359 sub->parent = pkt->subs; in WPACKET_start_sub_packet_len__() 405 for (sub = pkt->subs; sub->parent != NULL; sub = sub->parent) in WPACKET_set_max_size() 505 WPACKET_SUB *sub, *parent; in WPACKET_cleanup() local 507 for (sub = pkt->subs; sub != NULL; sub = parent) { in WPACKET_cleanup() 508 parent = sub->parent; in WPACKET_cleanup()
|
/openssl-master/util/ |
A D | mkdir-p.pl | 30 local($parent) = $dir; 31 $parent =~ s|[^/]*\Z(?!\n)||s; 33 do_mkdir_p($parent);
|
/openssl-master/crypto/evp/ |
A D | evp_rand.c | 330 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent) in EVP_RAND_CTX_new() argument 347 if (parent != NULL) { in EVP_RAND_CTX_new() 348 if (!evp_rand_ctx_up_ref(parent)) { in EVP_RAND_CTX_new() 354 parent_ctx = parent->algctx; in EVP_RAND_CTX_new() 355 parent_dispatch = parent->meth->dispatch; in EVP_RAND_CTX_new() 364 EVP_RAND_CTX_free(parent); in EVP_RAND_CTX_new() 368 ctx->parent = parent; in EVP_RAND_CTX_new() 376 EVP_RAND_CTX *parent; in EVP_RAND_CTX_free() local 384 parent = ctx->parent; in EVP_RAND_CTX_free() 390 EVP_RAND_CTX_free(parent); in EVP_RAND_CTX_free()
|
/openssl-master/doc/man3/ |
A D | OSSL_LIB_CTX.pod | 57 In addition providers that are not loaded in the parent library context can be 58 explicitly loaded into the child library context independently from the parent 60 in the parent library context and will not be affected if the parent library 65 from the parent library context then it will remain available and its reference 73 properties (set via L<EVP_set_default_properties(3)>) from the parent library 75 library context then the new properties will override anything from the parent
|
A D | CRYPTO_get_ex_new_index.pod | 21 typedef void CRYPTO_EX_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, 23 typedef void CRYPTO_EX_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, 119 that the entire parent, or containing, structure has been set up. 127 parent structure is not guaranteed. The free_func() may be called with a 131 The B<parent> is the pointer to the structure that contains the exdata.
|
A D | SSL_CTX_set1_verify_cert_store.pod | 47 affected if the parent SSL_CTX store pointer is set to a new value. 69 with the parent SSL_CTX is used instead to retain compatibility with previous
|
A D | EVP_RAND.pod | 31 EVP_RAND_CTX *EVP_RAND_CTX_new(EVP_RAND *rand, EVP_RAND_CTX *parent); 114 If not NULL, I<parent> specifies the seed source for this implementation. 116 If a parent is required, a NULL I<parent> will utilise the operating 149 Additional seed material is also drawn from the RAND's parent or the 338 An B<EVP_RAND_CTX> needs to have locking enabled if it acts as the parent of
|
A D | SSL_CTX_set0_CA_list.pod | 111 overriding any list set in the parent B<SSL_CTX> of B<s>. Ownership of 118 B<s> or if none are set the list from the parent B<SSL_CTX> is retrieved. The 125 list of CAs sent to the peer for B<s>, overriding the setting in the parent
|
/openssl-master/test/ |
A D | exdatatest.c | 29 static void exnew(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exnew() argument 50 static void exfree(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exfree() argument 71 static void exnew2(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exnew2() argument 114 static void exfree2(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in exfree2() argument
|
A D | drbgtest.c | 572 || !TEST_ptr_eq(prov_rand(public)->parent, prov_rand(primary)) in test_rand_reseed() 573 || !TEST_ptr_eq(prov_rand(private)->parent, prov_rand(primary))) in test_rand_reseed() 799 static EVP_RAND_CTX *new_drbg(EVP_RAND_CTX *parent) in new_drbg() argument 810 || !TEST_ptr(drbg = EVP_RAND_CTX_new(rand, parent)) in new_drbg()
|
/openssl-master/crypto/ui/ |
A D | ui_util.c | 64 static void ui_new_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in ui_new_method_data() argument 81 static void ui_free_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, in ui_free_method_data() argument
|
/openssl-master/doc/internal/man3/ |
A D | ossl_global_properties_no_mirrored.pod | 30 properties from a parent library context is allowed for the current library 34 properties from a parent library context for the current library context.
|
A D | ossl_provider_new.pod | 179 parent library context. I<handle> is the B<OSSL_CORE_HANDLE> object passed to 182 ossl_provider_get_parent() obtains the handle on the parent provider. 184 ossl_provider_up_ref_parent() increases the reference count on the parent 185 provider. If I<activate> is nonzero then the parent provider is also activated. 187 ossl_provider_free_parent() decreases the reference count on the parent 188 provider. If I<deactivate> is nonzero then the parent provider is also 217 parent libctx will be made to inform it of an up-ref. If I<aschild> is nonzero 305 ossl_provider_deinit_child() deregisters callbacks from the parent library
|
/openssl-master/doc/man7/ |
A D | provider-rand.pod | 22 void *OSSL_FUNC_rand_newctx(void *provctx, void *parent, 82 The parameter I<parent> specifies another rand instance to be used for 85 The parameter I<parent_calls> points to the dispatch table for I<parent>. 86 Thus, the parent need not be from the same provider as the new instance. 122 seeding material from their parent. The seed bytes will meet the specified 144 its parent DRBGs. From this call onwards, the DRBG can be used in a thread
|
/openssl-master/fuzz/ |
A D | fuzz_rand.c | 26 void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch) in fuzz_rand_newctx() argument
|