Searched defs:iv_off (Results 1 - 6 of 6) sorted by relevance
/third_party/mbedtls/library/ |
H A D | aria.c | 563 mbedtls_aria_crypt_cfb128(mbedtls_aria_context *ctx, int mode, size_t length, size_t *iv_off, unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], const unsigned char *input, unsigned char *output) mbedtls_aria_crypt_cfb128() argument
|
H A D | camellia.c | 569 mbedtls_camellia_crypt_cfb128(mbedtls_camellia_context *ctx, int mode, size_t length, size_t *iv_off, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_camellia_crypt_cfb128() argument
|
H A D | aes.c | 1292 mbedtls_aes_crypt_cfb128(mbedtls_aes_context *ctx, int mode, size_t length, size_t *iv_off, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_cfb128() argument 1398 mbedtls_aes_crypt_ofb(mbedtls_aes_context *ctx, size_t length, size_t *iv_off, unsigned char iv[16], const unsigned char *input, unsigned char *output) mbedtls_aes_crypt_ofb() argument
|
H A D | cipher_wrap.c | 189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() argument 179 aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, size_t length, size_t *iv_off, unsigned char *iv, const unsigned char *input, unsigned char *output) aes_crypt_cfb128_wrap() argument 795 camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, size_t length, size_t *iv_off, unsigned char *iv, const unsigned char *input, unsigned char *output) camellia_crypt_cfb128_wrap() argument 1213 aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, size_t length, size_t *iv_off, unsigned char *iv, const unsigned char *input, unsigned char *output) aria_crypt_cfb128_wrap() argument
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
H A D | lws-genaes.c | 140 size_t iv_off = 0; in test_genaes_cfb128() local 507 size_t iv_off = 0; in test_genaes_ofb() local 693 size_t iv_off = 0; in test_genaes_gcm() local [all...] |
/third_party/mbedtls/programs/test/ |
H A D | benchmark.c | 742 size_t iv_off = 0; in main() local
|
Completed in 11 milliseconds