Changeset 74327 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Sep 17, 2018 10:13:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp
r74315 r74327 158 158 159 159 160 RTDECL(uint32_t) RTCrCipherGetInitial VectorLength(RTCRCIPHER hCipher)160 RTDECL(uint32_t) RTCrCipherGetInitializationVectorLength(RTCRCIPHER hCipher) 161 161 { 162 162 RTCRCIPHERINT *pThis = hCipher;
Note:
See TracChangeset
for help on using the changeset viewer.