Searched refs:initialize (Results 1 – 25 of 29) sorted by relevance
12
2 # You can initialize the file with additional groups, these are
36 must be called to initialize a digest BIO before any data is63 Calling BIO_get_md_ctx() will return the context and initialize the BIO64 state. This allows applications to initialize the context externally
6 - initialize SSL library by registering algorithms
32 file B<filename> which can be used to initialize the PRNG by calling
43 =item L<EVP_MAC_init(3)> to initialize the MAC context.
126 function that is used to initialize the method data that was set with
73 The B<CRYPTO_EX_DATA> type is opaque. To initialize the exdata part of
177 Create a new NID and initialize an object from it:
71 or EVP_PKEY_keygen_init() was used to initialize I<ctx>.
94 This may simply initialize a provider that was previously added with
58 library expects that the function will set an arbitrary I<name>, initialize
96 must zero-initialize B<BIO_MSG>.
176 Furthermore, this function is expected to initialize what needs to be
305 initialize a new digest operation. I<ctx> B<MUST NOT> be NULL.312 made, but EVP_DigestInit_ex2() can be called to initialize a new operation.
272 The init() method is called to initialize algorithm-specific data when a new
36 SSL_CTX_dane_enable() must be called first to initialize the shared state
165 int dmy_lib$initialize = (int)LIB$INITIALIZE;
11 We need a possibility to initialize providers on per-application level
21 [NIST SP 800-90A Rev. 1]. The default random generator will initialize
41 and frequently a utility function exists to create and initialize such BIOs.
233 and initialize it with I<selections>, which will determine what kind
12 initialize the libraries when used by any application.398 This specifies whether to initialize the ENGINE. If the value is B<0> the400 to initialize402 attempt will be made to initialize the ENGINE after all commands in its
260 static int initialize(KDF_ARGON2 *ctx);725 static int initialize(KDF_ARGON2 *ctx) in initialize() function1107 if (initialize(ctx) != 1) in kdf_argon2_derive()
137 * and initialize it with counter value.
182 does not initialize crypto.
Completed in 35 milliseconds