Searched refs:NAMES (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/ |
H A D | core_namemap.c | 28 typedef STACK_OF(STRING) NAMES; typedef 31 DEFINE_STACK_OF(NAMES) 40 STACK_OF(NAMES) *numnames; 50 static void names_free(NAMES *n) in names_free() 113 NAMES *names; in ossl_namemap_doall_names() 186 NAMES *names; in ossl_namemap_num2name() 208 NAMES *names; in numname_insert()
|
/openssl/providers/ |
H A D | defltprov.c | 34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument 35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
H A D | legacyprov.c | 30 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC } argument
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 45 #define ALGC(NAMES, FUNC, CHECK) \ argument 46 { { NAMES, FIPS_DEFAULT_PROPERTIES, FUNC }, CHECK } 47 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
/openssl/doc/man1/ |
H A D | openssl-ciphers.pod.in | 418 =head1 CIPHER SUITE NAMES
|
/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 1018 $target{$args{intent}.'_cflags'} =~ m|/NAMES=[^/]*AS_IS|i
|
/openssl/ |
H A D | CHANGES.md | 3721 qualifier `/NAMES=(AS_IS,SHORTENED)` to be able to use all the OpenSSL
|
Completed in 57 milliseconds