Searched refs:mbedtls_camellia_crypt_ctr (Results 1 – 3 of 3) sorted by relevance
/mbedtls-development/include/mbedtls/ |
A D | camellia.h | 292 int mbedtls_camellia_crypt_ctr( mbedtls_camellia_context *ctx,
|
/mbedtls-development/library/ |
A D | camellia.c | 663 int mbedtls_camellia_crypt_ctr( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ctr() function 1044 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test() 1059 mbedtls_camellia_crypt_ctr( &ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
|
A D | cipher_wrap.c | 713 return mbedtls_camellia_crypt_ctr( (mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap()
|
Completed in 7 milliseconds