Searched refs:mbedtls_cipher_set_iv (Results 1 – 4 of 4) sorted by relevance
898 int mbedtls_cipher_set_iv(mbedtls_cipher_context_t *ctx,
388 mbedtls_cipher_set_iv(&operation->ctx.cipher, in mbedtls_psa_cipher_set_iv()
452 int mbedtls_cipher_set_iv(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_set_iv() function1422 if ((ret = mbedtls_cipher_set_iv(ctx, iv, iv_len)) != 0) { in mbedtls_cipher_crypt()
1395 * mbedtls_cipher_set_iv will now fail with ChaCha20 and ChaCha20+Poly13053499 * Ignore IV in mbedtls_cipher_set_iv() when the cipher mode is