Home
last modified time | relevance | path

Searched refs:EVP_MAC_init (Results 1 – 25 of 32) sorted by relevance

12

/openssl-master/doc/life-cycles/
A Dmac.dot12 newed -> initialised [label="EVP_MAC_init"];
23 updated -> initialised [label="EVP_MAC_init", style=dashed,
25 finaled -> initialised [label="EVP_MAC_init", style=dashed,
/openssl-master/doc/man7/
A DEVP_MAC-KMAC.pod43 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
67 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
69 The "key" parameter is set as part of the EVP_MAC_init() call, but can be
98 * Setup parameters required before calling EVP_MAC_init()
112 if (!EVP_MAC_init(ctx))
A DEVP_SIGNATURE-HMAC.pod13 creating MACs. Instead you should use the newer L<EVP_MAC_init(3)> functions.
28 L<EVP_MAC_init(3)>,
A Dlife_cycle-mac.pod60 | EVP_MAC_init
66 | | EVP_MAC_update | EVP_MAC_init
68 EVP_MAC_init | +-------------------+ |
98 EVP_MAC_init initialised initialised initialised initialised
129 <tr><th style="border:1px solid" align="left">EVP_MAC_init</th>
A DEVP_MAC-Siphash.pod38 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
A DEVP_MAC-Poly1305.pod34 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
A DEVP_MAC-CMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
A DEVP_MAC-GMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
A DEVP_MAC-BLAKE2.pod44 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
A DEVP_MAC-HMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
A DEVP_PKEY-HMAC.pod16 operations is via the EVP_MAC APIs. See L<EVP_MAC_init(3)>.
A Dprovider-mac.pod47 them available to applications via the API functions L<EVP_MAC_init(3)>,
/openssl-master/providers/implementations/rands/
A Ddrbg_hmac.c64 if (!EVP_MAC_init(ctx, hmac->K, hmac->blocklen, NULL) in do_hmac()
75 return EVP_MAC_init(ctx, hmac->K, hmac->blocklen, NULL) in do_hmac()
216 if (!EVP_MAC_init(ctx, hmac->K, hmac->blocklen, NULL) in drbg_hmac_generate()
/openssl-master/doc/man3/
A DEVP_MAC.pod11 EVP_MAC_init, EVP_MAC_update, EVP_MAC_final, EVP_MAC_finalXOF,
50 int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen,
141 EVP_MAC_init() sets up the underlying context I<ctx> with information given
149 EVP_MAC_init() should be called before EVP_MAC_update() and EVP_MAC_final().
335 EVP_MAC_init(), EVP_MAC_update() and EVP_MAC_final() for a full
378 EVP_MAC_init(), EVP_MAC_update(), EVP_MAC_final(), and EVP_MAC_finalXOF()
382 set. If it isn't set, a call to EVP_MAC_init() will set it.
385 If it isn't set, a call to EVP_MAC_init() will set it.
428 || !EVP_MAC_init(ctx, (const unsigned char *)key, strlen(key),
A DHMAC.pod76 L<EVP_MAC_init(3)>, L<EVP_MAC_update(3)> and L<EVP_MAC_final(3)>
/openssl-master/demos/mac/
A Dgmac.c106 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
/openssl-master/crypto/evp/
A Dmac_lib.c118 int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, in EVP_MAC_init() function
284 && EVP_MAC_init(ctx, key, keylen, params) in EVP_Q_mac()
/openssl-master/apps/
A Dmac.c184 if (!EVP_MAC_init(ctx, NULL, 0, NULL)) { in mac_main()
A Dfipsinstall.c84 if (!EVP_MAC_init(ctx, NULL, 0, NULL)) in do_mac()
/openssl-master/providers/implementations/signature/
A Dmac_legacy_sig.c135 if (!EVP_MAC_init(pmacctx->macctx, pmacctx->key->priv_key, in mac_digest_sign_init()
/openssl-master/providers/fips/
A Dself_test.c204 if (!EVP_MAC_init(ctx, fixed_key, sizeof(fixed_key), params)) in verify_integrity()
/openssl-master/providers/implementations/kdfs/
A Dtls1_prf.c296 if (!EVP_MAC_init(ctx_init, sec, sec_len, NULL)) in tls1_prf_P_hash()
A Dkbkdf.c337 && !EVP_MAC_init(ctx->ctx_init, ctx->ki, ctx->ki_len, NULL)) in kbkdf_set_ctx_params()
A Dsskdf.c238 if (!EVP_MAC_init(ctx_init, salt, salt_len, NULL)) in SSKDF_mac_kdm()
/openssl-master/test/
A Dbad_dtls_test.c317 if (!EVP_MAC_init(ctx, mac_key, 20, params) in send_record()

Completed in 38 milliseconds

12