/freebsd/crypto/openssl/crypto/evp/ |
H A D | mac_lib.c | 175 if (EVP_MAC_CTX_set_params(ctx, params) <= 0) { in evp_mac_final() 217 int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]) in EVP_MAC_CTX_set_params() function 294 && EVP_MAC_CTX_set_params(ctx, subalg_param) in EVP_Q_mac() 295 && EVP_MAC_CTX_set_params(ctx, params) in EVP_Q_mac()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_MAC-KMAC.pod | 31 EVP_MAC_CTX_set_params(). 126 if (!EVP_MAC_CTX_set_params(ctx, params)) 140 if (!EVP_MAC_CTX_set_params(ctx, params)) 156 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
|
H A D | EVP_MAC-Siphash.pod | 28 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 D | EVP_MAC-Poly1305.pod | 27 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 D | EVP_MAC-GMAC.pod | 30 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 D | EVP_MAC-BLAKE2.pod | 31 EVP_MAC_CTX_set_params(). 75 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
|
H A D | EVP_MAC-CMAC.pod | 30 The following parameter can be set with EVP_MAC_CTX_set_params(): 92 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
|
H A D | EVP_MAC-HMAC.pod | 30 The following parameters can be set with EVP_MAC_CTX_set_params(): 96 L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
|
H A D | EVP_SIGNATURE-HMAC.pod | 18 be set via EVP_MAC_CTX_set_params() for the underlying EVP_MAC. See
|
H A D | life_cycle-mac.pod | 104 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 D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 69 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 D | EVP_MAC.pod | 9 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[]); 146 as part of this call or separately using EVP_MAC_CTX_set_params(). 148 EVP_MAC_CTX_set_params() with those I<params> for the same I<ctx> beforehand. 187 EVP_MAC_CTX_set_params() passes chosen parameters to the underlying 210 can be used with EVP_MAC_CTX_set_params(). EVP_MAC_settable_ctx_params() 386 EVP_MAC_CTX_get_params() and EVP_MAC_CTX_set_params() return 1 on
|
H A D | OSSL_PARAM_allocate_from_text.pod | 181 if (!EVP_MAC_CTX_set_params(ctx, params))
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | kbkdf.c | 278 return EVP_MAC_CTX_set_params(ctx, params) > 0; in kmac_init() 288 return EVP_MAC_CTX_set_params(ctx, params) > 0 in kmac_derive()
|
H A D | sskdf.c | 196 if (!EVP_MAC_CTX_set_params(ctx, params)) in kmac_init() 214 if (EVP_MAC_CTX_set_params(ctx, params) <= 0) in kmac_init()
|
H A D | argon2.c | 806 ret = EVP_MAC_CTX_set_params(ctx, par) == 1 in blake2b_mac()
|
/freebsd/crypto/openssl/apps/ |
H A D | mac.c | 162 if (!EVP_MAC_CTX_set_params(ctx, params)) { in mac_main()
|
H A D | fipsinstall.c | 835 if (!EVP_MAC_CTX_set_params(ctx, params)) { in fipsinstall_main()
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | mac_legacy_sig.c | 212 return EVP_MAC_CTX_set_params(ctx->macctx, params); in mac_set_ctx_params()
|
/freebsd/crypto/openssl/providers/common/ |
H A D | provider_util.c | 292 return EVP_MAC_CTX_set_params(macctx, mac_params); in ossl_prov_set_macctx()
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | siv128.c | 198 || !EVP_MAC_CTX_set_params(ctx->mac_ctx_init, params) in ossl_siv128_init()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | provider.c | 475 if (EVP_MAC_CTX_set_params(ctx, params) <= 0) { in do_evp_mac()
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1880 EVP_MAC_CTX_set_params(hmac_ctx, params); in hex_ntop() 1915 EVP_MAC_CTX_set_params(hmac_ctx, params);
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 252 /* Define to 1 if you have the `EVP_MAC_CTX_set_params' function. */
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 1268 int EVP_MAC_CTX_set_params(EVP_MAC_CTX *ctx, const OSSL_PARAM params[]);
|