Home
last modified time | relevance | path

Searched refs:controls (Results 1 – 25 of 30) sorted by relevance

12

/openssl/crypto/crmf/
H A Dcrmf_lib.c50 STACK_OF(OSSL_CRMF_ATTRIBUTETYPEANDVALUE) *controls; \
55 controls = msg->certReq->controls; \
56 for (i = 0; i < sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_num(controls); i++) { \
57 atav = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_value(controls, i); \
99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl()
100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl()
101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl()
105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl()
111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl()
112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl()
H A Dcrmf_local.h334 STACK_OF(OSSL_CRMF_ATTRIBUTETYPEANDVALUE /* Controls expanded */) *controls;
H A Dcrmf_asn.c208 ASN1_SEQUENCE_OF_OPT(OSSL_CRMF_CERTREQUEST, controls,
/openssl/test/
H A Devp_test.c205 return sk_OPENSSL_STRING_push(controls, data) > 0; in ctrladd()
1587 STACK_OF(OPENSSL_STRING) *controls;
1695 return ctrladd(mdata->controls, value); in mac_test_parse()
2463 ctrlfree(kdata->controls); in pkey_test_cleanup()
2505 if (controls == NULL) in pkey_add_control()
2518 return ctrladd(controls, value) > 0; in pkey_add_control()
4065 data->controls = sk_OPENSSL_STRING_new_null(); in keygen_test_init()
4076 ctrlfree(keygen->controls); in keygen_test_cleanup()
4094 return ctrladd(keygen->controls, value); in keygen_test_parse()
4130 if (!ctrl2params(t, keygen->controls, in keygen_test_run()
[all …]
/openssl/doc/man3/
H A DEVP_PKEY_CTX_set_scrypt_N.pod61 the value from the string controls "pass" and "hexpass".
H A DEVP_PKEY_verify_recover.pod65 operations may not be needed if the chosen algorithm implies that those controls
H A DBIO_s_datagram.pod63 to become connected. These controls are provided to indicate to the BIO how
89 Various controls are available for configuring the BIO_s_datagram() using
H A DOSSL_STORE_open.pod93 There are also global controls available:
H A DEVP_MD_meth_new.pod161 See L<EVP_MD_CTX_ctrl(3)> for the available controls.
H A DBIO_s_dgram_pair.pod139 controls the capabilities advertised to the peer, and
H A DOPENSSL_malloc.pod168 B<OPENSSL_MALLOC_FAILURES> controls how often allocations should fail.
H A DSSL_get_value_uint.pod263 This value controls whether implicit event handling occurs when making an I/O
H A DEVP_DigestInit.pod203 translate the controls that are known to OpenSSL into L<OSSL_PARAM(3)>
554 EVP_MD_CTX_ctrl() can be used to send the following standard controls:
H A DEC_GROUP_copy.pod115 The point_conversion_form for a curve controls how EC_POINT data is encoded as ASN1 as defined in X…
H A DSSL_CTX_set_verify.pod190 The return value of B<verify_callback> controls the strategy of the further
H A DEVP_EncryptInit.pod310 translate the controls that are known to OpenSSL into L<OSSL_PARAM(3)>
1097 EVP_CIPHER_CTX_ctrl() can be used to send the following standard controls:
/openssl/
H A DNOTES-VALGRIND.md46 This variable controls the processor-specific code on Intel processors.
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecx_sigalg.txt505 # through controls
671 # through controls
711 # through controls
/openssl/doc/man1/
H A Dopenssl-mac.pod.in64 A comprehensive list of controls can be found in the EVP_MAC implementation
H A Dopenssl-fipsinstall.pod.in149 A comprehensive list of controls can be found in the EVP_MAC implementation
/openssl/crypto/engine/
H A DREADME.md57 callers in the current API, support no such controls.
/openssl/doc/man7/
H A Dprovider-keymgmt.pod325 I<keydata> is valid. The I<checktype> parameter controls what type of check is
H A Dossl-guide-migration.pod490 One significant change is that controls which used to return -2 for
1015 =head3 Mapping EVP controls and flags to provider L<OSSL_PARAM(3)> parameters
1017 The existing functions for controls (such as L<EVP_CIPHER_CTX_ctrl(3)>) and
/openssl/include/openssl/
H A Dbio.h.in175 /* BIO_f_prefix controls */
/openssl/crypto/objects/
H A Dobjects.txt612 # CRMF registration controls
636 # CMC controls

Completed in 69 milliseconds

12