Lines Matching full:operation
5 provider - OpenSSL operation implementation providers
23 An I<operation> is something one wants to do, such as encryption and
27 An I<algorithm> is a named method to perform an operation.
29 but may also revolve around other types of operation, such as managing
69 This pointer will be passed to various operation functions offered by
77 operation implementations for diverse algorithms.
88 I<operation_id> is an operation identity (see L</Operations> below).
105 With each operation comes a set of defined function types that a
116 The number for this operation is B<OSSL_OP_DIGEST>.
124 The number for this operation is B<OSSL_OP_CIPHER>.
132 The number for this operation is B<OSSL_OP_MAC>.
140 The number for this operation is B<OSSL_OP_KDF>.
148 The number for this operation is B<OSSL_OP_KEYEXCH>.
156 The number for this operation is B<OSSL_OP_ASYM_CIPHER>.
163 The number for this operation is B<OSSL_OP_KEM>.
170 The number for this operation is B<OSSL_OP_ENCODER>.
178 The number for this operation is B<OSSL_OP_DECODER>.
184 The number for this operation is B<OSSL_OP_RAND>.
190 The number for this operation is B<OSSL_OP_KEYMGMT>.
196 The number for this operation is B<OSSL_OP_SIGNATURE>.
202 The number for this operation is B<OSSL_OP_STORE>.