Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dpsa_crypto_aead.c148 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_psa_aead_encrypt()
242 const uint8_t *ciphertext, in psa_aead_unpadded_locate_tag()
263 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_psa_aead_decrypt()
597 uint8_t *ciphertext, in mbedtls_psa_aead_finish()
Dpsa_crypto_driver_wrappers.c1521 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in psa_driver_wrapper_aead_encrypt()
1572 const uint8_t *ciphertext, size_t ciphertext_length, in psa_driver_wrapper_aead_decrypt()
1862 uint8_t *ciphertext, in psa_driver_wrapper_aead_finish()
Dccm.c665 unsigned char ciphertext[CCM_SELFTEST_CT_MAX_LEN]; in mbedtls_ccm_self_test() local
Dpsa_crypto.c3730 uint8_t *ciphertext, in psa_aead_encrypt()
3778 const uint8_t *ciphertext, in psa_aead_decrypt()
4211 uint8_t *ciphertext, in psa_aead_finish()
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/src/drivers/
Dtest_driver_aead.c38 uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length ) in mbedtls_test_transparent_aead_encrypt()
85 const uint8_t *ciphertext, size_t ciphertext_length, in mbedtls_test_transparent_aead_decrypt()
313 uint8_t *ciphertext, in mbedtls_test_transparent_aead_finish()
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/demos/sm2/
Dsm2_encrypt_demo.c22 unsigned char ciphertext[SM2_MAX_CIPHERTEXT_SIZE]; in main() local
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/
Dzuctest.c42 uint32_t ciphertext[][2] = { in zuc_test() local
310 uint32_t ciphertext[][20] = { in zuc256_test() local
Dsm4test.c40 const uint8_t ciphertext[16] = { in test_sm4() local
Dsm2test.c601 SM2_CIPHERTEXT ciphertext; in test_sm2_do_encrypt() local
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/src/
Dpsa_exercise_key.c170 unsigned char ciphertext[32] = "(wabblewebblewibblewobblewubble)"; in exercise_cipher_key() local
242 unsigned char ciphertext[48] = "(wabblewebblewibblewobblewubble)"; in exercise_aead_key() local
386 unsigned char ciphertext[256] = "(wabblewebblewibblewobblewubble)"; in exercise_asymmetric_encryption_key() local
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/include/gmssl/
Dsm2.h351 uint8_t ciphertext[SM2_MAX_PLAINTEXT_SIZE]; member
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/oscore/
Doscore_cose.h210 coap_bin_const_t ciphertext; member