Lines Matching refs:functions
5 provider-cipher - The cipher library E<lt>-E<gt> provider functions
15 * None of these are actual functions, but are displayed like this for
16 * the function signatures for functions that are offered as function
61 them available to applications via the API functions L<EVP_EncryptInit_ex(3)>,
63 equivalents and other related functions).
65 All "functions" mentioned here are passed as function pointers between
71 All these "functions" have a corresponding function type definition
102 A cipher algorithm implementation may not implement all of these functions.
103 In order to be a consistent set of functions there must at least be a complete
104 set of "encrypt" functions, or a complete set of "decrypt" functions, or a
106 In all cases both the OSSL_FUNC_cipher_newctx and OSSL_FUNC_cipher_freectx functions must be
108 All other functions are optional.
181 these functions.