Searched defs:paramTags (Results 1 – 1 of 1) sorted by relevance
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| D | huks_adapter_utils.c | 65 static int32_t BaseCheckParams(const Uint8Buff **inParams, const char **paramTags, uint32_t len) in BaseCheckParams() 78 const char *paramTags[] = { "base", "exp", "outNum" }; in BigNumExpMod() local 331 const char *paramTags[] = { "message", "outHmac" }; in CheckHmacParams() local 402 const char *paramTags[] = { "message", "outHmac" }; in CheckHmacWithThreeStageParams() local 455 const char *paramTags[] = { "salt", "outHkdf" }; in CheckHkdfParams() local 507 const char *paramTags[] = { "pskKeyAlias", "outPsk" }; in CheckPskParams() local 567 const char* paramTags[] = { "plain", "outCipher" }; in CheckAesGcmEncryptParam() local 626 const char *paramTags[] = { "cipher", "outPlain" }; in CheckAesGcmDecryptParam() local 976 const char *paramTags[] = { "message", "outSignature" }; in CheckSignParams() local 1014 const char *paramTags[] = { "message", "signature" }; in CheckVerifyParams() local [all …]
|