Home
last modified time | relevance | path

Searched refs:EVP_MAC_init (Results 1 – 25 of 49) 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.pod43 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
84 the EVP_MAC_init() call.
86 The "key" parameter is set as part of the EVP_MAC_init() call, but can be
115 * Setup parameters required before calling EVP_MAC_init()
129 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-CMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
53 If required this parameter should be set before EVP_MAC_init()
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-BLAKE2.pod45 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)>.
H A DEVP_MAC-HMAC.pod37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_srt_gen.c43 if (!EVP_MAC_init(srt_gen->mac_ctx, key, key_len, params)) in ossl_quic_srt_gen_new()
70 if (!EVP_MAC_init(srt_gen->mac_ctx, NULL, 0, NULL)) in ossl_quic_srt_gen_calculate_token()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_MAC.pod11 EVP_MAC_init, EVP_MAC_init_SKEY, 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,
142 EVP_MAC_init() sets up the underlying context I<ctx> with information given
150 re-initalization (i.e. calling EVP_MAC_init() on an EVP_MAC after EVP_MAC_final()
153 EVP_MAC_init() should be called before EVP_MAC_update() and EVP_MAC_final().
155 EVP_MAC_init_SKEY() is similar to EVP_MAC_init() but it accepts an opaque
341 EVP_MAC_init(), EVP_MAC_update() and EVP_MAC_final() for a full
356 underlying CIPHER context, and so calling EVP_MAC_init() on an EVP_MAC object
359 B<OSSL_MAC_PARAM_IV> parameter must be passed with each call to EVP_MAC_init().
391 EVP_MAC_init(), EVP_MAC_init_SKEY(), EVP_MAC_update(), EVP_MAC_final(), and
[all …]
H A DCMAC_CTX.pod43 =item L<EVP_MAC_init(3)> to initialize the MAC context.
102 see L<EVP_MAC_CTX_new(3)>, L<EVP_MAC_CTX_free(3)>, L<EVP_MAC_init(3)>,
/freebsd/crypto/krb5/src/lib/crypto/openssl/
H A Dcmac.c73 ok = EVP_MAC_init(ctx, key->keyblock.contents, key->keyblock.length, in krb5int_cmac_checksum()
H A Dhmac.c156 ok = EVP_MAC_init(ctx, keyblock->contents, keyblock->length, params); in krb5int_hmac_keyblock()
/freebsd/crypto/openssl/demos/mac/
H A Dsiphash.c90 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dgmac.c106 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dcmac-aes256.c143 if (!EVP_MAC_init(mctx, key, sizeof(key), params)) { in main()
H A Dhmac-sha512.c224 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/providers/fips/
H A Dself_test.c223 || !EVP_MAC_init(ctx, hmac_kat_key, sizeof(hmac_kat_key), params) in integrity_self_test()
275 if (!EVP_MAC_init(ctx, fixed_key, sizeof(fixed_key), params)) in verify_integrity()
/freebsd/crypto/openssl/crypto/evp/
H A Dmac_lib.c115 int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, in EVP_MAC_init() function
295 && EVP_MAC_init(ctx, key, keylen, params) in EVP_Q_mac()
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c61 if (!EVP_MAC_init(ctx, hmac->K, hmac->blocklen, NULL) in do_hmac()
72 return EVP_MAC_init(ctx, hmac->K, hmac->blocklen, NULL) in do_hmac()
227 if (!EVP_MAC_init(ctx, hmac->K, hmac->blocklen, NULL) in ossl_drbg_hmac_generate()
/freebsd/crypto/openssl/apps/
H A Dmac.c184 if (!EVP_MAC_init(ctx, NULL, 0, NULL)) { in mac_main()

12