Home
last modified time | relevance | path

Searched refs:cryptodev_max_iv (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_cryptodev.c81 static int cryptodev_max_iv(int cipher);
244 static int cryptodev_max_iv(int cipher) in cryptodev_max_iv() function
467 if (ctx->cipher->iv_len > cryptodev_max_iv(cipher)) in cryptodev_init_key()