Searched refs:APR_ENOIV (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/include/
H A Dapu_errno.h43 * APR_ENOIV The initialisation vector provided was NULL
65 #define APR_ENOIV (APR_UTIL_START_STATUS + 2) macro
113 #define APR_STATUS_IS_ENOIV(s) ((s) == APR_ENOIV)
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c469 * @return Returns APR_ENOIV if an initialisation vector is required but not specified.
501 return APR_ENOIV;
511 return APR_ENOIV;
641 * @return Returns APR_ENOIV if an initialisation vector is required but not specified.
671 return APR_ENOIV;
H A Dapr_crypto_nss.c524 * @return Returns APR_ENOIV if an initialisation vector is required but not specified.
552 return APR_ENOIV;
563 return APR_ENOIV;
705 * @return Returns APR_ENOIV if an initialisation vector is required but not specified.
732 return APR_ENOIV; /* Cannot initialise without an IV */
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestcrypto.c176 ABTS_ASSERT(tc, "apr_crypto_block_encrypt_init returned APR_ENOIV", rv != APR_ENOIV);
256 ABTS_ASSERT(tc, "apr_crypto_block_decrypt_init returned APR_ENOIV", rv != APR_ENOIV);

Completed in 65 milliseconds