Home
last modified time | relevance | path

Searched refs:names (Results 51 – 75 of 236) sorted by relevance

12345678910

/openssl/apps/include/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
H A Dnames.h17 void print_names(BIO *out, STACK_OF(OPENSSL_CSTRING) *names);
/openssl/providers/common/include/prov/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
/openssl/doc/man3/
H A DSSL_get_ciphers.pod67 SSL_CIPHER names that are available in both the client and the server. B<buf> is
68 the buffer that should be populated with the list of names and B<size> is the
71 of names then a truncated list of names will be returned. Note that just because
H A DOSSL_ENCODER.pod81 OSSL_ENCODER_names_do_all() traverses all names for the given
125 names. A return value of 0 means that the callback was not called for any names.
H A DSSL_CONF_cmd.pod26 Currently supported B<option> names for command lines (i.e. when the
28 names are case sensitive. Unless otherwise stated commands can be used by
124 B<SHA256>, B<SHA384> or B<SHA512>. Note: algorithm and hash names are case
161 (e.g. B<prime256v1>). Group names are case sensitive. The list should be
198 (e.g. B<prime256v1>). Curve names are case sensitive.
302 Currently supported B<option> names for configuration files (i.e., when the
350 The subject names of the certificates are sent to the peer in the
391 Note: algorithm and hash names are case sensitive.
430 (e.g. B<prime256v1>). Group names are case sensitive. The list should be in
577 B<CANames>: use CA names extension, enabled by
[all …]
/openssl/crypto/property/
H A DREADME.md12 * The number of distinct property names will be small.
37 be feasible to use a hash table to contain the names (and possibly also
67 names and values to small integer indices. Names and values are stored in
70 names reserved by OpenSSL are also populated here. No functions are
/openssl/doc/designs/
H A Dossl-provider-load-ex.md59 different section names, module names (e.g. via symlinks) and provider names.
/openssl/doc/man7/
H A DEVP_MD-BLAKE2.pod20 Known names are "BLAKE2S-256" and "BLAKE2s256".
24 Known names are "BLAKE2B-512" and "BLAKE2b512".
H A Dproperty.pod21 Property names fall into two categories: those reserved by the OpenSSL
22 project and user defined names.
27 Property names are case-insensitive, but OpenSSL will only use lowercase
35 property names like
H A DEVP_SIGNATURE-ECDSA.pod14 In this list, names are grouped together to signify that they are the same
15 algorithm having multiple names. This also includes the OID in canonical
/openssl/crypto/cmp/
H A Dcmp_asn.c663 GENERAL_NAMES *names; in gennames_new() local
666 if ((names = sk_GENERAL_NAME_new_reserve(NULL, 1)) == NULL) in gennames_new()
669 sk_GENERAL_NAME_free(names); in gennames_new()
672 (void)sk_GENERAL_NAME_push(names, name); /* cannot fail */ in gennames_new()
673 return names; in gennames_new()
676 static int gennames_allowed(GENERAL_NAMES *names, int only_DN) in gennames_allowed() argument
678 if (names == NULL) in gennames_allowed()
682 return sk_GENERAL_NAME_num(names) == 1 in gennames_allowed()
683 && sk_GENERAL_NAME_value(names, 0)->type == GEN_DIRNAME; in gennames_allowed()
/openssl/apps/
H A Dspeed.c311 static const char *names[ALGOR_NUM] = { variable
2461 if (!have_md(names[i])) in speed_main()
2465 if (!have_cipher(names[i])) in speed_main()
2634 names[D_HMAC] = evp_hmac_name; in speed_main()
2706 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2731 loopargs[i].ctx = init_evp_cipher_ctx(names[algindex], in speed_main()
2825 names[D_EVP] = EVP_CIPHER_get0_name(evp_cipher); in speed_main()
2882 names[D_EVP] = evp_md_name; in speed_main()
2912 names[D_EVP_CMAC] = evp_cmac_name; in speed_main()
4204 const char *alg_name = names[k]; in speed_main()
[all …]
/openssl/crypto/x509/
H A Dx_ietfatt.c113 GENERAL_NAMES *names) in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority() argument
116 a->policyAuthority = names; in OSSL_IETF_ATTR_SYNTAX_set0_policyAuthority()
H A Dx509_acert.c79 static X509_NAME *get_dirName(const GENERAL_NAMES *names)
83 if (sk_GENERAL_NAME_num(names) != 1)
86 dirName = sk_GENERAL_NAME_value(names, 0);
/openssl/test/
H A Dv3nametest.c18 static const char *const names[] = { variable
282 const char *const *pname = names; in run_cert()
350 for (pname = names; *pname != NULL; pname++) { in call_run_cert()
H A Dparam_build_test.c399 char names[100][3]; in builder_limit_test() local
408 names[i][0] = 'A' + (i / 26) - 1; in builder_limit_test()
409 names[i][1] = 'a' + (i % 26) - 1; in builder_limit_test()
410 names[i][2] = '\0'; in builder_limit_test()
411 if (!TEST_true(OSSL_PARAM_BLD_push_int(bld, names[i], 3 * i + 1))) in builder_limit_test()
/openssl/util/
H A Dwrite-man-symlinks41 for my $name (@{$podinfo{names}}) {
/openssl/doc/man5/
H A Dconfig.pod68 as a regular character in symbol names. Supporting this behavior can be
216 The name B<oid_section> in the initialization section names the section
241 The name B<providers> in the initialization section names the section
247 Within a provider section, the following names have meaning:
298 The name B<alg_section> in the initialization section names the section
324 The name B<ssl_conf> in the initialization section names the section
365 The name B<engines> in the initialization section names the section
372 Within an engine section, the following names have meaning:
412 All other names are taken to be the name of a ctrl command that is
428 The name B<random> in the initialization section names the section
[all …]
/openssl/include/internal/
H A Dnamemap.h41 const char *names, const char separator);
H A Dparam_build_set.h48 const char *names[],
/openssl/.ctags.d/
H A Dexclude.ctags10 # List file names or patterns you want ctags to ignore.
/openssl/doc/man1/
H A Dopenssl-pkcs7.pod.in65 preceded by their subject and issuer names in one line format.
75 issuer names.
/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in131 # Directories and names
168 # Directories and names compatible with CMake's FindOpenSSL.cmake
203 # Directories and names compatible with CMake's FindOpenSSL.cmake
222 # Directories and names compatible with CMake's FindOpenSSL.cmake
/openssl/apps/lib/
H A Dbuild.info12 columns.c app_params.c names.c app_provider.c app_x509.c http_server.c \

Completed in 54 milliseconds

12345678910