Lines Matching refs:side
112 OSSL_FUNC_cipher_newctx() should create and return a pointer to a provider side
119 OSSL_FUNC_cipher_freectx() is passed a pointer to the provider side cipher context in
123 OSSL_FUNC_cipher_dupctx() should duplicate the provider side cipher context in the
129 newly created provider side cipher context in the I<cctx> parameter.
141 side context.
162 The I<cctx> parameter contains a pointer to the provider side context.
168 OSSL_FUNC_cipher_cipher() performs encryption/decryption using the provider side cipher
191 provider side cipher context I<cctx> to I<params>.
196 the given provider side cipher context I<cctx> and stores them in I<params>.
205 with the provider side context I<cctx> in its current state if it is
207 provider side algorithm I<provctx>.
216 provider side cipher context, or NULL on failure.