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

/freebsd-9.3-release/sys/netipsec/
H A Dxform_tcp.c99 if (sav->key_auth == NULL) {
103 keylen = _KEYLEN(sav->key_auth);
121 if (sav->key_auth)
122 bzero(sav->key_auth->key_data, _KEYLEN(sav->key_auth));
H A Dxform_ah.c207 if (sav->key_auth == NULL) {
212 keylen = _KEYLEN(sav->key_auth);
226 cria->cri_klen = _KEYBITS(sav->key_auth);
227 cria->cri_key = sav->key_auth->key_data;
257 if (sav->key_auth)
258 bzero(sav->key_auth->key_data, _KEYLEN(sav->key_auth));
588 IPSEC_ASSERT(sav->key_auth != NULL, ("null authentication key"));
647 crda->crd_klen = _KEYBITS(sav->key_auth);
648 crda->crd_key = sav->key_auth
[all...]
H A Dkeydb.h131 struct seckey *key_auth; /* Key for Authentication */ member in struct:secasvar
H A Dxform_esp.c404 crda->crd_key = sav->key_auth->key_data;
405 crda->crd_klen = _KEYBITS(sav->key_auth);
903 crda->crd_key = sav->key_auth->key_data;
904 crda->crd_klen = _KEYBITS(sav->key_auth);
H A Dkey_debug.c591 if (sav->key_auth != NULL)
592 kdebug_sadb_key((struct sadb_ext *)sav->key_auth);
H A Dkey.c2888 if (sav->key_auth != NULL)
2889 bzero(sav->key_auth->key_data, _KEYLEN(sav->key_auth));
2893 if (sav->key_auth != NULL) {
2894 if (sav->key_auth->key_data != NULL)
2895 free(sav->key_auth->key_data, M_IPSEC_MISC);
2896 free(sav->key_auth, M_IPSEC_MISC);
2897 sav->key_auth = NULL;
3069 sav->key_auth = NULL;
3142 ipseclog((LOG_DEBUG, "%s: invalid key_auth value
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dtcp_subr.c2026 MD5Update(&ctx, sav->key_auth->key_data, _KEYLEN(sav->key_auth));

Completed in 114 milliseconds