Home
last modified time | relevance | path

Searched defs:ciphertext (Results 1 – 5 of 5) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
Dhks_3des_cipher_part1_test.cpp458 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
503 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
548 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
593 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
659 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
693 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
727 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
761 struct HksBlob ciphertext = { DES3_COMMON_SIZE, cipher }; variable
Dhks_des_cipher_part1_test.cpp348 struct HksBlob ciphertext = { DES_COMMON_SIZE, cipher }; variable
393 struct HksBlob ciphertext = { DES_COMMON_SIZE, cipher }; variable
459 struct HksBlob ciphertext = { DES_COMMON_SIZE, cipher }; variable
493 struct HksBlob ciphertext = { DES_COMMON_SIZE, cipher }; variable
527 struct HksBlob ciphertext = { DES_COMMON_SIZE, cipher }; variable
561 struct HksBlob ciphertext = { DES_COMMON_SIZE, cipher }; variable
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
Dhks_rsa_cipher_part6_test.cpp371 struct HksBlob ciphertext = { RSA_COMMON_SIZE, cipher }; variable
416 struct HksBlob ciphertext = { RSA_COMMON_SIZE, cipher }; variable
460 struct HksBlob ciphertext = { RSA_COMMON_SIZE, cipher }; variable
524 struct HksBlob ciphertext = { RSA_COMMON_SIZE, cipher }; variable
617 struct HksBlob ciphertext = { RSA_COMMON_SIZE, cipher }; variable
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c1402 struct Sm2CipherTextSt *OpensslD2iSm2CipherText(const uint8_t *ciphertext, size_t ciphertextLen) in OpensslD2iSm2CipherText()
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c2129 struct Sm2CipherTextSt *OpensslD2iSm2CipherText(const uint8_t *ciphertext, size_t ciphertextLen) in OpensslD2iSm2CipherText()