Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 161) sorted by relevance

1234567

/openssl/crypto/asn1/
H A Da_mbstr.c275 unsigned long types = *((unsigned long *)arg); in type_str() local
280 types &= ~B_ASN1_NUMERICSTRING; in type_str()
282 types &= ~B_ASN1_PRINTABLESTRING; in type_str()
284 types &= ~B_ASN1_IA5STRING; in type_str()
285 if ((types & B_ASN1_T61STRING) && (value > 0xff)) in type_str()
286 types &= ~B_ASN1_T61STRING; in type_str()
287 if ((types & B_ASN1_BMPSTRING) && (value > 0xffff)) in type_str()
288 types &= ~B_ASN1_BMPSTRING; in type_str()
290 types &= ~B_ASN1_UTF8STRING; in type_str()
291 if (!types) in type_str()
[all …]
/openssl/crypto/store/
H A Dstore_strings.c23 int types = sizeof(type_strings) / sizeof(type_strings[0]); in OSSL_STORE_INFO_type_string() local
25 if (type < 1 || type > types) in OSSL_STORE_INFO_type_string()
/openssl/test/recipes/
H A D30-test_evp_fetch_prov.t24 my @types = ( "digest", "cipher" );
99 plan tests => 1 + $testcount * scalar(@types);
104 foreach my $alg (@types) {
/openssl/doc/man3/
H A DASN1_STRING_length.pod44 are identical. The string types and content are compared.
60 Almost all ASN1 types in OpenSSL are represented as an B<ASN1_STRING>
61 structure. Other types such as B<ASN1_OCTET_STRING> are simply typedef'ed
63 B<ASN1_STRING> is also used for some B<CHOICE> types which consist
64 entirely of primitive string types such as B<DirectoryString> and
68 or B<ASN1_ENUMERATED> types: the relevant B<INTEGER> or B<ENUMERATED>
H A DEVP_PKEY_get_field_type.pod18 I<pkey>'s key type supports it. The types currently supported
28 Among the standard OpenSSL key types, this is only supported for EC and
29 SM2 keys. Other providers may support this for additional key types.
H A DASN1_TYPE_get.pod35 ASN1_TYPE_cmp() compares ASN.1 types I<a> and I<b> and returns 0 if
64 ASN1_TYPE_cmp() may not return zero if two types are equivalent but have
71 types could be absent OPTIONAL fields and so should match, however, passing
73 unparsable type which returns NULL) for types which do B<not> match. So
84 ASN1_TYPE_cmp() returns 0 if the types are identical and nonzero otherwise.
H A DOSSL_STORE_expect.pod24 By default, no expectations on the types of objects to be loaded are made.
26 or it may be any of the known object types (see
38 supported search criterion types.
H A DEVP_PKEY_get_group_name.pod25 Among the standard OpenSSL key types, this is only supported for DH, EC and
26 SM2 keys. Other providers may support this for additional key types.
H A DX509_NAME_add_entry_by_txt.pod49 The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
110 different algorithm to determine field types. Since this form does
111 not understand multicharacter types, performs no length checks and
112 can result in invalid field types its use is strongly discouraged.
H A DOSSL_ENCODER_CTX_new_for_pkey.pod46 L</Output types> below, and I<selection> is further described in
84 =head2 Output types
86 The possible B<EVP_PKEY> output types depends on the available
89 OpenSSL has built in implementations for the following output types:
H A DEVP_DigestSignInit.pod68 Only EVP_PKEY types that support signing can be used with these functions. This
70 "signing". Built-in EVP_PKEY types supported by these functions are CMAC,
73 Not all digests can be used for all key types. The following combinations apply.
93 =item All other RSA padding types
157 In previous versions of OpenSSL there was a link between message digest types
162 For some key types and parameters the random number generator must be seeded.
H A DUI_STRING.pod62 For all other B<UI_STRING> types, NULL is returned.
68 For all other B<UI_STRING> types, UI_get0_result_string() returns NULL
74 For all other B<UI_STRING> types, NULL is returned.
79 For all other B<UI_STRING> types, -1 is returned.
H A DBIO_find_type.pod24 The following general types are defined:
27 For a list of the specific types, see the F<< <openssl/bio.h> >> header file.
H A DADMISSIONS.pod99 B<PROFESSION_INFO> types are opaque structures representing the
100 analogous types defined in the Common PKI Specification published
106 The conventional routines to allocate and free the types are defined
H A DCMS_get0_type.pod5 …1_eContentType, CMS_get0_eContentType, CMS_get0_content - get and set CMS content types and content
43 using OBJ_obj2nid(). For the currently supported content types the following
H A DSSL_CTX_set_msg_callback.pod65 content types are used to signal some other event in the processing of data (see
71 case of pseudo content types), which consists of I<len> bytes. The buffer is no
102 of data. The following pseudo content types are currently defined:
H A DOSSL_DECODER_CTX_new_for_pkey.pod90 Available input types depend on the implementations that available providers
93 Among the known input types that OpenSSL decoder implementations offer
96 types mean.
H A DOSSL_trace_enabled.pod55 The tracing output is divided into types which are enabled
57 The tracing types are described in detail in
58 L<OSSL_trace_set_callback(3)/Trace types>.
70 tracing code both channel types are effectively indistinguishable.
H A DEVP_DigestVerifyInit.pod64 Not all digests can be used for all key types. The following combinations apply.
84 =item All other RSA padding types
146 In previous versions of OpenSSL there was a link between message digest types
151 For some key types and parameters the random number generator must be seeded.
/openssl/doc/man7/
H A Dopenssl-core_dispatch.h.pod6 - OpenSSL provider dispatch numbers and function types
15 numbers, dispatch numbers and provider interface function types
45 The types and macros described here were added in OpenSSL 3.0.
H A Dopenssl-core.h.pod5 openssl/core.h - OpenSSL Core types
13 The F<< <openssl/core.h> >> header defines a number of public types that
16 These types are designed to minimise the need for intimate knowledge
19 The types are:
121 The types described here were added in OpenSSL 3.0.
H A Dossl_store-file.pod24 Since files come in all kinds of formats and content types, the 'file'
26 which are used to try to decode diverse types of file contents.
H A DEVP_PKEY-HMAC.pod11 The B<HMAC> and B<CMAC> key types are implemented in OpenSSL's default and FIPS
12 providers. Additionally the B<Siphash> and B<Poly1305> key types are implemented
/openssl/util/
H A Dfix-includes.sed6 s|openssl/ossl_typ\.h|openssl/types.h|g ;
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes2.cnf12 # types.

Completed in 41 milliseconds

1234567