Searched refs:ciphertext_external (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 4788 uint8_t *ciphertext_external, argument 4798 LOCAL_OUTPUT_DECLARE(ciphertext_external, ciphertext); 4816 LOCAL_OUTPUT_ALLOC(ciphertext_external, ciphertext_size, ciphertext); 4839 LOCAL_OUTPUT_FREE(ciphertext_external, ciphertext); 4852 const uint8_t *ciphertext_external, argument 4863 LOCAL_INPUT_DECLARE(ciphertext_external, ciphertext); 4882 LOCAL_INPUT_ALLOC(ciphertext_external, ciphertext_length, ciphertext); 4905 LOCAL_INPUT_FREE(ciphertext_external, ciphertext); 5371 uint8_t *ciphertext_external, argument 5380 LOCAL_OUTPUT_DECLARE(ciphertext_external, ciphertext); [all …]
|