Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/life-cycles/
H 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,
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod44 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
70 The "custom" parameter must be set as part of or before the EVP_MAC_init() call.
72 The "key" parameter is set as part of the EVP_MAC_init() call, but can be
101 * Setup parameters required before calling EVP_MAC_init()
115 if (!EVP_MAC_init(ctx))
H 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)>,
H 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>
H A DEVP_MAC-Siphash.pod38 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
H A DEVP_MAC-Poly1305.pod34 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
H A DEVP_MAC-GMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
H A DEVP_MAC-CMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
H A DEVP_MAC-BLAKE2.pod45 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
H A DEVP_MAC-HMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
H A DEVP_PKEY-HMAC.pod16 operations is via the EVP_MAC APIs. See L<EVP_MAC_init(3)>.
/freebsd/crypto/openssl/doc/man3/
H 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 re-initalization (i.e. calling EVP_MAC_init() on an EVP_MAC after EVP_MAC_final()
152 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
350 underlying CIPHER context, and so calling EVP_MAC_init() on an EVP_MAC object
353 B<OSSL_MAC_PARAM_IV> parameter must be passed with each call to EVP_MAC_init().
385 EVP_MAC_init(), EVP_MAC_update(), EVP_MAC_final(), and EVP_MAC_finalXOF()
389 set. If it isn't set, a call to EVP_MAC_init() will set it.
[all …]
/freebsd/crypto/openssl/providers/implementations/rands/
H 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()
/freebsd/crypto/openssl/crypto/evp/
H 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()
/freebsd/crypto/openssl/demos/mac/
H A Dgmac.c106 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dsiphash.c90 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dcmac-aes256.c103 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dhmac-sha512.c114 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dpoly1305.c168 if (!EVP_MAC_init(mctx, composite_key, sizeof(composite_key), NULL)) { in main()
/freebsd/crypto/openssl/apps/
H A Dmac.c181 if (!EVP_MAC_init(ctx, NULL, 0, NULL)) { in mac_main()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c135 if (!EVP_MAC_init(pmacctx->macctx, pmacctx->key->priv_key, in mac_digest_sign_init()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac.c248 EVP_MAC_init(*ctx, key, key_len, params); in __hmac_sha1_init()
/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c203 if (!EVP_MAC_init(ctx, fixed_key, sizeof(fixed_key), params)) in verify_integrity()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c298 if (!EVP_MAC_init(ctx_init, sec, sec_len, NULL)) in tls1_prf_P_hash()
H A Dkbkdf.c338 && !EVP_MAC_init(ctx->ctx_init, ctx->ki, ctx->ki_len, NULL)) in kbkdf_set_ctx_params()

12