Home
last modified time | relevance | path

Searched refs:truncLenBits (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DXfrmController.cpp562 .name = authAlgo, .key = authKey, .truncLenBits = static_cast<uint16_t>(authTruncBits)}; in ipSecAddSecurityAssociation()
565 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
568 .name = aeadAlgo, .key = aeadKey, .truncLenBits = static_cast<uint16_t>(aeadIcvBits)}; in ipSecAddSecurityAssociation()
1002 algo->auth.alg_trunc_len = inAlgo.truncLenBits; in fillNlAttrXfrmAlgoAuth()
1023 algo->aead.alg_icv_len = inAlgo.truncLenBits; in fillNlAttrXfrmAlgoAead()
DXfrmController.h101 uint16_t truncLenBits; member