Lines Matching refs:iv
26 static const uint8_t iv[] = { variable
77 memcpy(nonce, iv, 16);
99 memcpy(nonce, iv, 16);
126 memcpy(nonce, iv, 16);
149 memcpy(nonce, iv, 16);
174 memcpy(nonce, iv, 16);
197 memcpy(nonce, iv, 16);
221 memcpy(nonce, iv, 16);
243 memcpy(nonce, iv, 16);
268 memcpy(nonce, iv, 16);
291 memcpy(nonce, iv, 16);
412 uint8_t iv[16]; variable
470 memset(iv, 0xEE, 16);
475 mbedtls_aes_crypt_ofb(&ctx, length, &offset, iv, plaintext + idx, chipertext + idx);
481 memset(iv, 0xEE, 16);
487 mbedtls_aes_crypt_ofb(&ctx, length, &offset, iv, chipertext + idx, decryptedtext + idx);
502 uint8_t iv[16]; variable
558 memset(iv, 0xEE, 16);
562 … mbedtls_aes_crypt_cfb8(&ctx, MBEDTLS_AES_ENCRYPT, length, iv, plaintext + idx, chipertext + idx);
567 memset(iv, 0xEE, 16);
571 …mbedtls_aes_crypt_cfb8(&ctx, MBEDTLS_AES_DECRYPT, length, iv, chipertext + idx, decryptedtext + id…
587 uint8_t iv[16]; variable
645 memset(iv, 0xEE, 16);
649 …mbedtls_aes_crypt_cfb128(&ctx, MBEDTLS_AES_ENCRYPT, length, &offset, iv, plaintext + idx, chiperte…
655 memset(iv, 0xEE, 16);
659 …mbedtls_aes_crypt_cfb128(&ctx, MBEDTLS_AES_DECRYPT, length, &offset, iv, chipertext + idx, decrypt…
703 memcpy(nonce, iv, 16);
721 memcpy(nonce, iv, 16);
747 memcpy(nonce, iv, 16);
771 memcpy(nonce, iv, 16);