Home
last modified time | relevance | path

Searched refs:names (Results 26 – 50 of 236) sorted by relevance

12345678910

/openssl/apps/include/
H A D__DECC_INCLUDE_PROLOGUE.H21 # pragma names save
25 # pragma names as_is,shortened
/openssl/providers/common/include/prov/
H A D__DECC_INCLUDE_PROLOGUE.H21 # pragma names save
25 # pragma names as_is,shortened
/openssl/util/
H A Dfind-doc-nits303 my %names;
309 $names{$n} = 1;
409 unless defined $names{$sym};
410 $names{$sym} = 2;
417 foreach my $n ( keys %names ) {
418 next if $names{$n} == 2;
891 my %names = map { $_ => 1 } (keys %name_map, keys %state, keys %missing);
894 foreach ( grep { $_ =~ /\(3\)$/ } sort keys %names ) {
976 unless ( grep { $simplename eq $_ } @{$podinfo{names}} ) {
978 push @{$podinfo{names}}, $simplename;
[all …]
H A Dwrap.pl.in68 my %names =
73 foreach (sort keys %names) {
74 $OUT .= "local \$ENV\{'$_'\} = '$names{$_}';\n";
/openssl/crypto/conf/
H A Dconf_lib.c227 static void collect_section_name(const CONF_VALUE *v, SECTION_NAMES *names) in collect_section_name() argument
231 sk_OPENSSL_CSTRING_push(names, v->section); in collect_section_name()
241 SECTION_NAMES *names; in STACK_OF() local
243 if ((names = sk_OPENSSL_CSTRING_new(section_name_cmp)) == NULL) in STACK_OF()
245 lh_CONF_VALUE_doall_SECTION_NAMES(cnf->data, collect_section_name, names); in STACK_OF()
246 sk_OPENSSL_CSTRING_sort(names); in STACK_OF()
247 return names; in STACK_OF()
/openssl/VMS/
H A Dopenssl_startup.com.in3 $ ! This script defines the logical names used by the installation
4 $ ! of OpenSSL. It can provide those logical names at any level,
7 $ ! The logical names created are:
31 $ ! In addition, unless P2 is "NOALIASES", these logical names are
43 $ ! P2 If the value is "NOALIASES", no alias logical names are
66 $ ! can build concealed logical names on
H A Dopenssl_shutdown.com.in3 $ ! This script deassigns the logical names used by the installation
9 $ ! P2 If the value is "NOALIASES", no alias logical names are
/openssl/include/openssl/
H A Dcore_names.h.in28 /* Known CIPHER names (not a complete list) */
33 /* Known DIGEST names (not a complete list) */
56 /* Known MAC names */
67 /* Known KDF names */
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore
/openssl/doc/man3/
H A DOSSL_ALGORITHM.pod39 This string is a colon separated set of names / identities, and is used by
43 Multiple names / identities allow a specific algorithm implementation to be
72 The OpenSSL libraries use the first of the algorithm names as the main
75 See the notes L</On the subject of algorithm names> below for a more in
103 =head2 On the subject of algorithm names
120 I<algorithm_names> include known names as well as the OID itself in
H A DSSL_load_client_CA_file.pod9 - load certificate names
30 a STACK_OF(X509_NAME) with the subject names found. The library context I<libctx>
68 Pointer to the subject names of the successfully read certificates.
89 Load names of CAs from file and use it as a client CA list:
H A DEVP_PKEY_is_a.pod30 EVP_PKEY_type_names_do_all() traverses all names for I<pkey>'s key type, and
33 The order of the names depends on the provider implementation that holds
65 names. A return value of 0 means that the callback was not called for any
66 names.
H A DEVP_KEYMGMT.pod81 EVP_KEYMGMT_names_do_all() traverses all names for the I<keymgmt>, and
94 constant L<OSSL_PARAM(3)> array that describes the names and types of key
99 constant L<OSSL_PARAM(3)> array that describes the names and types of key
118 names. A return value of 0 means that the callback was not called for any names.
H A DEVP_ASYM_CIPHER_free.pod70 EVP_ASYM_CIPHER_names_do_all() traverses all names for I<cipher>, and calls
78 return a constant L<OSSL_PARAM(3)> array that describes the names and types of key
90 names. A return value of 0 means that the callback was not called for any names.
H A DEVP_KEM_free.pod64 EVP_KEM_names_do_all() traverses all names for I<kem>, and calls I<fn> with
72 a constant L<OSSL_PARAM(3)> array that describes the names and types of key
83 EVP_KEM_names_do_all() returns 1 if the callback was called for all names. A
84 return value of 0 means that the callback was not called for any names.
H A DEVP_KEYEXCH_free.pod61 EVP_KEYEXCH_names_do_all() traverses all names for the I<exchange>, and
74 a constant L<OSSL_PARAM(3)> array that describes the names and types of key
86 names. A return value of 0 means that the callback was not called for any names.
H A DEVP_SIGNATURE.pod74 EVP_SIGNATURE_names_do_all() traverses all names for I<signature>, and calls
82 return a constant L<OSSL_PARAM(3)> array that describes the names and types of key
93 EVP_SIGNATURE_names_do_all() returns 1 if the callback was called for all names.
94 A return value of 0 means that the callback was not called for any names.
H A DX509_check_host.pod37 domain names must be given in A-label form. The B<namelen> argument
65 addresses stored in DNS names and Common Names are ignored. There are
94 when at least one corresponding subject alternative names is present.
98 names of the right type (DNS name or email address as appropriate); the default
99 is to use the subject DN when no corresponding subject alternative names are
103 precedence and the subject DN is not checked for matching names.
/openssl/apps/
H A Dx509.c196 if (names != NULL && strstr(names, sn) != NULL) in warn_copying()
218 warn_copying(skid, names); in x509_to_req()
219 warn_copying(akid, names); in x509_to_req()
1220 static int parse_ext_names(char *names, const char **result) in parse_ext_names() argument
1225 p = q = names; in parse_ext_names()
1226 len = strlen(names); in parse_ext_names()
1228 while (q - names <= len) { in parse_ext_names()
1254 const char *sn, **names = NULL; in print_x509v3_exts() local
1273 parse_ext_names(tmp_ext_names, names); in print_x509v3_exts()
1285 if (strcmp(sn, names[j]) == 0) { in print_x509v3_exts()
[all …]
/openssl/doc/man7/
H A DEVP_MD-SHAKE.pod26 Known names are "KECCAK-KMAC-128" and "KECCAK-KMAC128". This is used
33 Known names are "KECCAK-KMAC-256" and "KECCAK-KMAC256". This is used
40 Known names are "SHAKE-128" and "SHAKE128".
44 Known names are "SHAKE-256" and "SHAKE256".
/openssl/crypto/bn/
H A Dbuild.info8 # OPENSSL_BN_ASM_PART_WORDS For any collection with /-586/ file names
9 # OPENSSL_BN_ASM_MONT For any collection with /-mont/ file names
10 # OPENSSL_BN_ASM_MONT5 For any collection with /-mont5/ file names
11 # OPENSSL_BN_ASM_GF2m For any collection with /-gf2m/ file names
12 # OPENSSL_IA32_SSE2 For any collection with /86/ file names
14 # BN_DIV3W For any collection with /-div3w/ file names
/openssl/
H A DNOTES-VMS.md6 - [About ODS-5 directory names and Perl](#about-ods-5-directory-names-and-perl)
30 Please avoid using C RTL feature logical names `DECC$*` when building
34 About ODS-5 directory names and Perl
58 yourself up a few logical names for the directory trees you're going
/openssl/include/crypto/
H A D__DECC_INCLUDE_EPILOGUE.H16 #pragma names restore
/openssl/include/internal/
H A D__DECC_INCLUDE_EPILOGUE.H16 #pragma names restore
/openssl/providers/implementations/include/prov/
H A D__DECC_INCLUDE_EPILOGUE.H21 # pragma names restore

Completed in 51 milliseconds

12345678910