Home
last modified time | relevance | path

Searched refs:PrintfHex (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_gcm_cipher_test.cpp84 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
138 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
192 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
246 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
300 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
354 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
408 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
461 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
711 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
765 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
[all …]
H A Daes_common.cpp34 void PrintfHex(const char *tag, uint8_t *in, int inLen) in PrintfHex() function
83 PrintfHex("keybinary", keyTmpBlob.data, keyTmpBlob.len); in ConvertSymKey()
296 PrintfHex("ciphertext", cipherText, *cipherTextLen); in AesEncryptWithInput()
341 PrintfHex("ciphertext", cipherText, *cipherTextLen); in AesEncrypt()
386 PrintfHex("plainText", cipherText, cipherTextLen); in AesDecrypt()
419 PrintfHex("ciphertext", cipherText, *cipherTextLen); in AesNoUpdateEncWithInput()
477 PrintfHex("ciphertext", cipherText, *cipherTextLen); in AesNoUpdateEncrypt()
509 PrintfHex("plainText", cipherText, cipherTextLen); in AesNoUpdateDecrypt()
H A Dcrypto_aes_ccm_cipher_test.cpp83 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
136 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
189 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
242 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
295 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
349 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
402 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
454 PrintfHex("ccm tag", spec.tag.data, spec.tag.len);
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_gcm_cipher_test.cpp86 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
140 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
194 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
248 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
302 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
356 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
607 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
661 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
715 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
770 PrintfHex("gcm tag", spec.tag.data, spec.tag.len);
[all …]
/ohos5.0/base/security/crypto_framework/test/unittest/include/
H A Daes_common.h47 void PrintfHex(const char *tag, uint8_t *in, int inLen);