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

/freebsd-11.0-release/contrib/apr-util/include/
H A Dapu_errno.h42 * APR_ENOKEY The key provided was empty or NULL
63 #define APR_ENOKEY (APR_UTIL_START_STATUS + 1) macro
109 #define APR_STATUS_IS_ENOKEY(s) ((s) == APR_ENOKEY)
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestcrypto.c132 ABTS_ASSERT(tc, "apr_crypto_passphrase returned APR_ENOKEY", rv != APR_ENOKEY);
175 ABTS_ASSERT(tc, "apr_crypto_block_encrypt_init returned APR_ENOKEY", rv != APR_ENOKEY);
255 ABTS_ASSERT(tc, "apr_crypto_block_decrypt_init returned APR_ENOKEY", rv != APR_ENOKEY);
/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c351 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
439 return APR_ENOKEY;
H A Dapr_crypto_nss.c388 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
500 rv = APR_ENOKEY;

Completed in 90 milliseconds