Searched refs:CParamsSpec (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/crypto_framework/frameworks/cj/include/ |
H A D | crypto_ffi.h | 51 } CParamsSpec; typedef 81 …FFI_EXPORT int32_t FfiOHOSCipherInitByGcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec); 82 …FFI_EXPORT int32_t FfiOHOSCipherInitByCcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec);
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_ffi.cpp | 408 int32_t FfiOHOSCipherInitByGcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByGcm() 452 int32_t FfiOHOSCipherInitByCcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByCcm()
|