Searched defs:paramTags (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 69 static int32_t BaseCheckParams(const Uint8Buff **inParams, const char **paramTags, uint32_t len) in BaseCheckParams() 429 const char *paramTags[] = { "message", "outHmac" }; in CheckHmacParams() local 541 const char *paramTags[] = { "message", "outHmac" }; in CheckHmacWithThreeStageParams() local 663 const char *paramTags[] = { "salt", "outHkdf" }; in CheckHkdfParams() local 762 const char *paramTags[] = { "pskKeyAlias", "outPsk" }; in CheckPskParams() local 970 const char* paramTags[] = { "plain", "outCipher" }; in CheckAesGcmEncryptParam() local 1058 const char *paramTags[] = { "cipher", "outPlain" }; in CheckAesGcmDecryptParam() local 1461 const char *paramTags[] = { "base", "exp", "outNum" }; in BigNumExpMod() local 1808 const char *paramTags[] = { "message", "outSignature" }; in CheckSignParams() local 1901 const char *paramTags[] = { "message", "signature" }; in CheckVerifyParams() local [all …]
|