Home | History | Annotate | Download | only in server

Lines Matching full:auth

385     saInfo.auth = XfrmAlgo{
583 nlattr_algo_auth auth{};
585 enum { NLMSG_HDR, USERSA, USERSA_PAD, CRYPT, CRYPT_PAD, AUTH, AUTH_PAD, iovLen };
593 {&auth, 0}, // adjust size if auth algo is present
604 len = iov[AUTH].iov_len = fillNlAttrXfrmAlgoAuth(record.auth, &auth);
622 strncpy(algo->auth.alg_name, inAlgo.name.c_str(), sizeof(algo->auth.alg_name));
623 algo->auth.alg_key_len = inAlgo.key.size() * 8; // bits
626 algo->auth.alg_trunc_len = inAlgo.truncLenBits;