Lines Matching refs:context
70 B<EVP_KDF_CTX> is a context type that holds the algorithm inputs.
75 a library context I<libctx> and a set of I<properties>.
92 EVP_KDF_CTX_new() creates a new context for the KDF implementation I<kdf>.
94 EVP_KDF_CTX_free() frees up the context I<ctx>. If I<ctx> is NULL, nothing
97 EVP_KDF_CTX_kdf() returns the B<EVP_KDF> associated with the context
102 EVP_KDF_CTX_reset() resets the context to the default state as if the context
115 Note that a parameter that is unknown in the underlying context is
119 context I<ctx> and its underlying context.
122 Note that a parameter that is unknown in the underlying context is
126 context, given a context I<ctx>.
129 Note that a parameter that is unknown in the underlying context is
143 the parameters that can be retrieved in the context's current state.
150 be retrieved in the context's current state.
166 providers in the given library context I<libctx>, and for each of the
234 to application- and context-specific information.