Searched refs:controls (Results 1 – 25 of 30) sorted by relevance
12
/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 50 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 D | crmf_local.h | 334 STACK_OF(OSSL_CRMF_ATTRIBUTETYPEANDVALUE /* Controls expanded */) *controls;
|
H A D | crmf_asn.c | 208 ASN1_SEQUENCE_OF_OPT(OSSL_CRMF_CERTREQUEST, controls,
|
/openssl/test/ |
H A D | evp_test.c | 205 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 D | EVP_PKEY_CTX_set_scrypt_N.pod | 61 the value from the string controls "pass" and "hexpass".
|
H A D | EVP_PKEY_verify_recover.pod | 65 operations may not be needed if the chosen algorithm implies that those controls
|
H A D | BIO_s_datagram.pod | 63 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 D | OSSL_STORE_open.pod | 93 There are also global controls available:
|
H A D | EVP_MD_meth_new.pod | 161 See L<EVP_MD_CTX_ctrl(3)> for the available controls.
|
H A D | BIO_s_dgram_pair.pod | 139 controls the capabilities advertised to the peer, and
|
H A D | OPENSSL_malloc.pod | 168 B<OPENSSL_MALLOC_FAILURES> controls how often allocations should fail.
|
H A D | SSL_get_value_uint.pod | 263 This value controls whether implicit event handling occurs when making an I/O
|
H A D | EVP_DigestInit.pod | 203 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 D | EC_GROUP_copy.pod | 115 The point_conversion_form for a curve controls how EC_POINT data is encoded as ASN1 as defined in X…
|
H A D | SSL_CTX_set_verify.pod | 190 The return value of B<verify_callback> controls the strategy of the further
|
H A D | EVP_EncryptInit.pod | 310 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 D | NOTES-VALGRIND.md | 46 This variable controls the processor-specific code on Intel processors.
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecx_sigalg.txt | 505 # through controls 671 # through controls 711 # through controls
|
/openssl/doc/man1/ |
H A D | openssl-mac.pod.in | 64 A comprehensive list of controls can be found in the EVP_MAC implementation
|
H A D | openssl-fipsinstall.pod.in | 149 A comprehensive list of controls can be found in the EVP_MAC implementation
|
/openssl/crypto/engine/ |
H A D | README.md | 57 callers in the current API, support no such controls.
|
/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 325 I<keydata> is valid. The I<checktype> parameter controls what type of check is
|
H A D | ossl-guide-migration.pod | 490 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 D | bio.h.in | 175 /* BIO_f_prefix controls */
|
/openssl/crypto/objects/ |
H A D | objects.txt | 612 # CRMF registration controls 636 # CMC controls
|
Completed in 69 milliseconds
12