Lines Matching full:algorithm
67 OSSL_ALGORITHM \- OpenSSL Core type to define a fetchable algorithm
84 algorithm that a \fBprovider\fR\|(7) provides. Arrays of this type are returned
100 \&\fBEVP_MD_fetch\fR\|(3), etc) to find the desired algorithm.
102 Multiple names / identities allow a specific algorithm implementation to be
103 fetched multiple ways. For example, the RSA algorithm has the following
111 This is the name of the algorithm\*(Aqs OBJECT IDENTIFIER (OID), as given by the
126 The OpenSSL libraries use the first of the algorithm names as the main
127 or canonical name, on a per algorithm implementation basis.
129 See the notes "On the subject of algorithm names" below for a more in
136 algorithm implementation, and is used by the appropriate fetching
138 a finer grained lookup of an algorithm implementation, which is useful in
139 case multiple implementations of the same algorithm are available.
146 functions of a particular algorithm implementation.
149 A string with a short human\-readable description of the algorithm.
152 .SS "On the subject of algorithm names"
153 .IX Subsection "On the subject of algorithm names"