Searched refs:mbedtls_camellia_crypt_ctr (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | camellia.c | 620 int mbedtls_camellia_crypt_ctr(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ctr() function 1001 mbedtls_camellia_crypt_ctr(&ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test() 1014 mbedtls_camellia_crypt_ctr(&ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
|
H A D | cipher_wrap.c | 773 return mbedtls_camellia_crypt_ctr((mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | camellia.c | 622 int mbedtls_camellia_crypt_ctr(mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ctr() function 1015 mbedtls_camellia_crypt_ctr(&ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test() 1028 mbedtls_camellia_crypt_ctr(&ctx, len, &offset, nonce_counter, stream_block, in mbedtls_camellia_self_test()
|
H A D | cipher_wrap.c | 809 return mbedtls_camellia_crypt_ctr((mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | camellia.h | 279 int mbedtls_camellia_crypt_ctr(mbedtls_camellia_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | camellia.h | 281 int mbedtls_camellia_crypt_ctr(mbedtls_camellia_context *ctx,
|