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

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapu_errno.h44 * APR_EKEYTYPE The key type was not recognised
67 #define APR_EKEYTYPE (APR_UTIL_START_STATUS + 3) macro
117 #define APR_STATUS_IS_EKEYTYPE(s) ((s) == APR_EKEYTYPE)
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestcrypto.c134 ABTS_ASSERT(tc, "apr_crypto_passphrase returned APR_EKEYTYPE", rv != APR_EKEYTYPE);
177 ABTS_ASSERT(tc, "apr_crypto_block_encrypt_init returned APR_EKEYTYPE", rv != APR_EKEYTYPE);
257 ABTS_ASSERT(tc, "apr_crypto_block_decrypt_init returned APR_EKEYTYPE", rv != APR_EKEYTYPE);
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c353 * is not supported by the particular backend. APR_EKEYTYPE if the key type is
422 return APR_EKEYTYPE;
H A Dapr_crypto_nss.c390 * is not supported by the particular backend. APR_EKEYTYPE if the key type is
456 return APR_EKEYTYPE;

Completed in 98 milliseconds