Searched refs:cryptAlgo (Results 1 – 7 of 7) sorted by relevance
| /system/netd/server/ |
| D | XfrmController.h | 216 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
|
| D | XfrmController.cpp | 531 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument 546 ALOGD("cryptAlgo=%s", cryptAlgo.c_str()); in ipSecAddSecurityAssociation() 566 .name = cryptAlgo, .key = cryptKey, .truncLenBits = static_cast<uint16_t>(cryptTruncBits)}; in ipSecAddSecurityAssociation()
|
| D | NetdNativeService.h | 166 const std::string& cryptAlgo, const std::vector<uint8_t>& cryptKey,
|
| D | NetdNativeService.cpp | 604 const std::vector<uint8_t>& authKey, int32_t authTruncBits, const std::string& cryptAlgo, in ipSecAddSecurityAssociation() argument 613 markMask, authAlgo, authKey, authTruncBits, cryptAlgo, cryptKey, cryptTruncBits, in ipSecAddSecurityAssociation()
|
| /system/netd/server/aidl/netd/1/android/net/ |
| D | INetd.aidl | 23 …authAlgo, in byte[] authKey, in int authTruncBits, in @utf8InCpp String cryptAlgo, in byte[] crypt… in ipSecAddSecurityAssociation() argument
|
| /system/netd/server/binder/android/net/ |
| D | INetd.aidl | 298 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits, in ipSecAddSecurityAssociation() argument
|
| /system/netd/server/aidl/netd/2/android/net/ |
| D | INetd.aidl | 40 …authAlgo, in byte[] authKey, in int authTruncBits, in @utf8InCpp String cryptAlgo, in byte[] crypt… in ipSecAddSecurityAssociation() argument
|