Home
last modified time | relevance | path

Searched refs:EVP_MAC_CTX_set_params (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/crypto/openssl/crypto/evp/
H A Dmac_lib.c163 if (EVP_MAC_CTX_set_params(ctx, params) <= 0) { in evp_mac_final()
205 int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]) in EVP_MAC_CTX_set_params() function
282 && EVP_MAC_CTX_set_params(ctx, subalg_param) in EVP_Q_mac()
283 && EVP_MAC_CTX_set_params(ctx, params) in EVP_Q_mac()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MAC-KMAC.pod31 EVP_MAC_CTX_set_params().
112 if (!EVP_MAC_CTX_set_params(ctx, params))
126 if (!EVP_MAC_CTX_set_params(ctx, params))
142 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_MAC-Siphash.pod28 All these parameters can be set with EVP_MAC_CTX_set_params().
56 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_MAC-Poly1305.pod27 The following parameter can be set with EVP_MAC_CTX_set_params():
61 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_MAC-GMAC.pod30 The following parameter can be set with EVP_MAC_CTX_set_params():
71 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_MAC-CMAC.pod30 The following parameter can be set with EVP_MAC_CTX_set_params():
74 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_MAC-BLAKE2.pod31 EVP_MAC_CTX_set_params().
75 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_MAC-HMAC.pod30 The following parameter can be set with EVP_MAC_CTX_set_params():
88 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
H A DEVP_SIGNATURE-HMAC.pod18 be set via EVP_MAC_CTX_set_params() for the underlying EVP_MAC. See
H A Dlife_cycle-mac.pod104 EVP_MAC_CTX_set_params newed initialised updated
171 <tr><th style="border:1px solid" align="left">EVP_MAC_CTX_set_params</th>
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod69 L<EVP_MAC_CTX_set_params(3)> with the B<OSSL_MAC_PARAM_KEY> and
79 digest for I<hctx> need to be set using L<EVP_MAC_CTX_set_params(3)> with the
124 L<EVP_MAC_CTX_set_params(3)>.
191 if (EVP_MAC_CTX_set_params(hctx, params) == 0)
208 if (EVP_MAC_CTX_set_params(hctx, params) == 0)
H A DEVP_MAC.pod9 EVP_MAC_CTX_get0_mac, EVP_MAC_CTX_get_params, EVP_MAC_CTX_set_params,
41 int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]);
145 as part of this call or separately using EVP_MAC_CTX_set_params().
147 EVP_MAC_CTX_set_params() with those I<params> for the same I<ctx> beforehand.
183 EVP_MAC_CTX_set_params() passes chosen parameters to the underlying
206 can be used with EVP_MAC_CTX_set_params(). EVP_MAC_settable_ctx_params()
380 EVP_MAC_CTX_get_params() and EVP_MAC_CTX_set_params() return 1 on
H A DOSSL_PARAM_allocate_from_text.pod181 if (!EVP_MAC_CTX_set_params(ctx, params))
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dsskdf.c173 if (!EVP_MAC_CTX_set_params(ctx, params)) in kmac_init()
191 if (EVP_MAC_CTX_set_params(ctx, params) <= 0) in kmac_init()
/freebsd/crypto/openssl/apps/
H A Dmac.c163 if (!EVP_MAC_CTX_set_params(ctx, params)) { in mac_main()
H A Dfipsinstall.c454 if (!EVP_MAC_CTX_set_params(ctx, params)) { in fipsinstall_main()
H A Dspeed.c2028 if (!EVP_MAC_CTX_set_params(loopargs[i].mctx, params)) in speed_main()
2331 if (!EVP_MAC_CTX_set_params(loopargs[i].mctx, params)) in speed_main()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dmac_legacy_sig.c214 return EVP_MAC_CTX_set_params(ctx->macctx, params); in mac_set_ctx_params()
/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c286 return EVP_MAC_CTX_set_params(macctx, mac_params); in ossl_prov_set_macctx()
/freebsd/crypto/openssl/crypto/modes/
H A Dsiv128.c198 || !EVP_MAC_CTX_set_params(ctx->mac_ctx_init, params) in ossl_siv128_init()
/freebsd/contrib/unbound/util/
H A Dnet_help.c1765 EVP_MAC_CTX_set_params(hmac_ctx, params); in tls_session_ticket_key_cb()
1800 EVP_MAC_CTX_set_params(hmac_ctx, params); in tls_session_ticket_key_cb()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h1213 int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4547 EVP_MAC_CTX_set_params;
/freebsd/contrib/unbound/
H A Dconfig.h.in252 /* Define to 1 if you have the `EVP_MAC_CTX_set_params' function. */
H A Dconfigure.ac994 …cbc EVP_EncryptInit_ex HMAC_Init_ex CRYPTO_THREADID_set_callback EVP_MAC_CTX_set_params OSSL_PARAM…

12