Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/engines/
H A De_capi_err.h60 # define CAPI_R_FUNCTION_NOT_SUPPORTED 116 macro
H A De_capi_err.c61 {ERR_PACK(0, 0, CAPI_R_FUNCTION_NOT_SUPPORTED), "function not supported"},
H A De_capi.txt47 CAPI_R_FUNCTION_NOT_SUPPORTED:116:function not supported
H A De_capi.c814 CAPIerr(CAPI_F_CAPI_RSA_PRIV_ENC, CAPI_R_FUNCTION_NOT_SUPPORTED); in capi_rsa_priv_enc()