Searched refs:key_auth (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/netipsec/
H A Dxform_tcp.c215 MD5Update(&ctx, sav->key_auth->key_data, _KEYLEN(sav->key_auth));
348 if (sav->key_auth == NULL) {
352 keylen = _KEYLEN(sav->key_auth);
368 if (sav->key_auth != NULL)
369 bzero(sav->key_auth->key_data, _KEYLEN(sav->key_auth));
H A Dxform_ah.c222 if (sav->key_auth == NULL) {
227 keylen = _KEYLEN(sav->key_auth);
241 cria->cri_klen = _KEYBITS(sav->key_auth);
242 cria->cri_key = sav->key_auth->key_data;
271 if (sav->key_auth)
272 bzero(sav->key_auth->key_data, _KEYLEN(sav->key_auth));
572 IPSEC_ASSERT(sav->key_auth != NULL, ("null authentication key"));
650 crda->crd_klen = _KEYBITS(sav->key_auth);
651 crda->crd_key = sav->key_auth
[all...]
H A Dkeydb.h156 struct seckey *key_auth; /* Key for Authentication */ member in struct:secasvar
H A Dkey_debug.c870 if (sav->key_auth != NULL)
872 kdebug_sadb_key((struct sadb_ext *)sav->key_auth));
H A Dkey.c3077 if (sav->key_auth != NULL)
3078 bzero(sav->key_auth->key_data, _KEYLEN(sav->key_auth));
3082 if (sav->key_auth != NULL) {
3083 if (sav->key_auth->key_data != NULL)
3084 free(sav->key_auth->key_data, M_IPSEC_MISC);
3085 free(sav->key_auth, M_IPSEC_MISC);
3086 sav->key_auth = NULL;
3410 ipseclog((LOG_DEBUG, "%s: invalid key_auth values.\n",
3415 sav->key_auth
[all...]
/freebsd-12-stable/sys/dev/mlx5/mlx5_accel/
H A Dipsec.h73 u8 key_auth[32]; member in struct:mlx5_accel_ipsec_sa

Completed in 74 milliseconds