Home
last modified time | relevance | path

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

/src/crypto/openssl/engines/ !
H A De_capi_err.h30 #define CAPI_R_DECRYPT_ERROR 106 macro
H A De_capi_err.c25 { ERR_PACK(0, 0, CAPI_R_DECRYPT_ERROR), "decrypt error" },
H A De_capi.txt15 CAPI_R_DECRYPT_ERROR:106:decrypt error
H A De_capi.c987 CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_DECRYPT_ERROR); in capi_rsa_priv_dec()