Searched refs:mac_init (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | mac.h | 46 int mac_init(struct sshmac *);
|
| H A D | mac.c | 140 mac_init(struct sshmac *mac) in mac_init() function
|
| H A D | ssh_namespace.h | 411 #define mac_init Fssh_mac_init macro
|
| H A D | packet.c | 909 if ((r = mac_init(mac)) != 0) in ssh_set_newkeys()
|
| /freebsd-13.1/contrib/wpa/src/common/ |
| H A D | dpp_i.h | 113 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, 120 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp,
|
| H A D | dpp_crypto.c | 1436 dpp_pkex_derive_Qi(const struct dpp_curve_params *curve, const u8 *mac_init, in dpp_pkex_derive_Qi() argument 1452 if (mac_init) { in dpp_pkex_derive_Qi() 1454 MAC2STR(mac_init)); in dpp_pkex_derive_Qi() 1455 addr[num_elem] = mac_init; in dpp_pkex_derive_Qi() 1586 int dpp_pkex_derive_z(const u8 *mac_init, const u8 *mac_resp, in dpp_pkex_derive_z() argument 1611 if (mac_init && mac_resp) in dpp_pkex_derive_z() 1620 if (mac_init && mac_resp) { in dpp_pkex_derive_z() 1621 os_memcpy(pos, mac_init, ETH_ALEN); in dpp_pkex_derive_z()
|
| /freebsd-13.1/sys/security/mac/ |
| H A D | mac_framework.c | 319 mac_init(void) in mac_init() function 744 SYSINIT(mac, SI_SUB_MAC, SI_ORDER_FIRST, mac_init, NULL);
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | spi.h | 207 int (*mac_init)(crypto_ctx_t *, member
|
| H A D | impl.h | 695 (KCF_PROV_MAC_OPS(pd) && KCF_PROV_MAC_OPS(pd)->mac_init) ? \ 696 KCF_PROV_MAC_OPS(pd)->mac_init(ctx, mech, key, template, req) \
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/io/ |
| H A D | skein_mod.c | 106 .mac_init = skein_mac_init,
|
| H A D | sha1_mod.c | 140 .mac_init = sha1_mac_init,
|
| H A D | sha2_mod.c | 167 .mac_init = sha2_mac_init,
|
| H A D | aes.c | 151 .mac_init = NULL,
|