APU ERROR VALUES
APR_ENOKEY The key provided was empty or NULL
APR_ENOIV The initialisation vector provided was NULL
APR_EKEYTYPE The key type was not recognised
APR_ENOSPACE The buffer supplied was not big enough
APR_ECRYPT An error occurred while encrypting or decrypting
APR_EPADDING Padding was not supported
APR_EKEYLENGTH The key length was incorrect
APR_ENOCIPHER The cipher provided was not recognised
APR_ENODIGEST The digest provided was not recognised
APR_ENOENGINE The engine provided was not recognised
APR_EINITENGINE The engine could not be initialised
APR_EREINIT Underlying crypto has already been initialised
APR_ENOVERIFY The signature verification failed
APR STATUS VALUES
APR_INCHILD Program is currently executing in the child
◆ APR_ECRYPT
◆ APR_EINITENGINE
◆ APR_EKEYLENGTH
◆ APR_EKEYTYPE
◆ APR_ENOCIPHER
◆ APR_ENODIGEST
◆ APR_ENOENGINE
◆ APR_ENOIV
◆ APR_ENOKEY
◆ APR_ENOSPACE
◆ APR_ENOVERIFY
◆ APR_EPADDING
◆ APR_EREINIT
◆ APR_STATUS_IS_ECRYPT
An error occurred while encrypting or decrypting
◆ APR_STATUS_IS_EINITENGINE
The engine could not be initialised
◆ APR_STATUS_IS_EKEYLENGTH
An error occurred with the key length
◆ APR_STATUS_IS_EKEYTYPE
The key type was not recognised
◆ APR_STATUS_IS_ENOCIPHER
The cipher provided was not recognised
◆ APR_STATUS_IS_ENODIGEST
The digest provided was not recognised
◆ APR_STATUS_IS_ENOENGINE
The engine provided was not recognised
◆ APR_STATUS_IS_ENOIV
The initialisation vector was not provided
◆ APR_STATUS_IS_ENOKEY
The key was empty or not provided
◆ APR_STATUS_IS_ENOSPACE
The buffer provided was not big enough
◆ APR_STATUS_IS_ENOVERIFY
The signature verification failed
◆ APR_STATUS_IS_EPADDING
An error occurred while padding
◆ APR_STATUS_IS_EREINIT
Crypto has already been initialised