Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/engines/
H A De_capi_err.h50 # define CAPI_R_DECRYPT_ERROR 106 macro
H A De_capi_err.c49 {ERR_PACK(0, 0, CAPI_R_DECRYPT_ERROR), "decrypt error"},
H A De_capi.txt37 CAPI_R_DECRYPT_ERROR:106:decrypt error
H A De_capi.c966 CAPIerr(CAPI_F_CAPI_RSA_PRIV_DEC, CAPI_R_DECRYPT_ERROR); in capi_rsa_priv_dec()