Searched defs:stream_block (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | cipher_wrap.c | 211 unsigned char *nonce_counter, unsigned char *stream_block, in aes_crypt_ctr_wrap() argument 826 camellia_crypt_ctr_wrap(void * ctx,size_t length,size_t * nc_off,unsigned char * nonce_counter,unsigned char * stream_block,const unsigned char * input,unsigned char * output) camellia_crypt_ctr_wrap() argument 1252 aria_crypt_ctr_wrap(void * ctx,size_t length,size_t * nc_off,unsigned char * nonce_counter,unsigned char * stream_block,const unsigned char * input,unsigned char * output) aria_crypt_ctr_wrap() argument
|
| H A D | camellia.c | 875 unsigned char stream_block[16]; in mbedtls_camellia_self_test() local
|
| H A D | aes.c | 1840 unsigned char stream_block[16]; in mbedtls_aes_self_test() local
|