Home
last modified time | relevance | path

Searched defs:iv_off (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/library/
H A Daria.c563 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 Dcamellia.c569 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 Daes.c1292 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 Dcipher_wrap.c189 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 Dlws-genaes.c140 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 Dbenchmark.c742 size_t iv_off = 0; in main() local

Completed in 11 milliseconds