Searched defs:iv_off (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
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
|
/third_party/mbedtls/library/ |
D | cipher_wrap.c | 132 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap() 141 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() 698 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap() 1108 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
|
D | camellia.c | 582 size_t *iv_off, in mbedtls_camellia_crypt_cfb128()
|
D | aes.c | 1245 size_t *iv_off, in mbedtls_aes_crypt_cfb128() 1350 size_t *iv_off, in mbedtls_aes_crypt_ofb()
|
D | aria.c | 593 size_t *iv_off, in mbedtls_aria_crypt_cfb128()
|