Home
last modified time | relevance | path

Searched refs:iv_off (Results 1 - 12 of 12) sorted by relevance

/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
151 NULL, &iv_off, 0)) { in test_genaes_cfb128()
167 iv_off = 0; in test_genaes_cfb128()
175 NULL, &iv_off, 0)) { in test_genaes_cfb128()
507 size_t iv_off = 0; in test_genaes_ofb() local
518 &iv_off, 0)) { in test_genaes_ofb()
534 iv_off = 0; in test_genaes_ofb()
542 &iv_off, 0)) { in test_genaes_ofb()
693 size_t iv_off = 0; in test_genaes_gcm() local
707 iv_off in test_genaes_gcm()
[all...]
/third_party/mbedtls/library/
H A Dcipher_wrap.h91 int (*cfb_func)(void *ctx, mbedtls_operation_t mode, size_t length, size_t *iv_off,
98 int (*ofb_func)(void *ctx, size_t length, size_t *iv_off,
H A Dcipher_wrap.c180 size_t length, size_t *iv_off, unsigned char *iv, in aes_crypt_cfb128_wrap()
183 return mbedtls_aes_crypt_cfb128((mbedtls_aes_context *) ctx, operation, length, iv_off, iv, in aes_crypt_cfb128_wrap()
189 static int aes_crypt_ofb_wrap(void *ctx, size_t length, size_t *iv_off, in aes_crypt_ofb_wrap() argument
192 return mbedtls_aes_crypt_ofb((mbedtls_aes_context *) ctx, length, iv_off, in aes_crypt_ofb_wrap()
796 size_t length, size_t *iv_off, unsigned char *iv, in camellia_crypt_cfb128_wrap()
800 iv_off, iv, input, output); in camellia_crypt_cfb128_wrap()
1214 size_t length, size_t *iv_off, unsigned char *iv, in aria_crypt_cfb128_wrap()
1218 iv_off, iv, input, output); in aria_crypt_cfb128_wrap()
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
H A Dcamellia.c572 size_t *iv_off, in mbedtls_camellia_crypt_cfb128()
583 n = *iv_off; in mbedtls_camellia_crypt_cfb128()
612 *iv_off = n; in mbedtls_camellia_crypt_cfb128()
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 Daes.c1295 size_t *iv_off, in mbedtls_aes_crypt_cfb128()
1308 n = *iv_off; in mbedtls_aes_crypt_cfb128()
1344 *iv_off = n; in mbedtls_aes_crypt_cfb128()
1400 size_t *iv_off, in mbedtls_aes_crypt_ofb()
1408 n = *iv_off; in mbedtls_aes_crypt_ofb()
1426 *iv_off = n; in mbedtls_aes_crypt_ofb()
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 Daria.c566 size_t *iv_off, in mbedtls_aria_crypt_cfb128()
578 n = *iv_off; in mbedtls_aria_crypt_cfb128()
610 *iv_off = n; in mbedtls_aria_crypt_cfb128()
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
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dcbc.pl35 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
39 # iv_off is parameter number for the iv
63 &comment("getting iv ptr from parameter $iv_off");
64 &mov("ebx", &wparam($iv_off)); # Get iv ptr
323 &mov("ecx", &wparam($iv_off)); # Get iv ptr
/third_party/openssl/crypto/perlasm/
H A Dcbc.pl35 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
39 # iv_off is parameter number for the iv
63 &comment("getting iv ptr from parameter $iv_off");
64 &mov("ebx", &wparam($iv_off)); # Get iv ptr
323 &mov("ecx", &wparam($iv_off)); # Get iv ptr
/third_party/mbedtls/include/mbedtls/
H A Daes.h377 * \param iv_off The offset in IV (updated after use).
392 size_t *iv_off,
460 * iv_off to 0 before the first call, and preserving its value
464 * to a unique value, and iv_off set to 0 on each call.
477 * \param iv_off The offset in IV (updated after use).
491 size_t *iv_off,
H A Dcamellia.h183 * \param iv_off The current offset in the IV. This must be smaller
200 size_t *iv_off,
H A Daria.h226 * \param iv_off The offset in IV (updated after use).
241 size_t *iv_off,
/third_party/mbedtls/programs/test/
H A Dbenchmark.c742 size_t iv_off = 0; in main() local
755 &iv_off, tmp, buf, buf)); in main()

Completed in 15 milliseconds