Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_capi_err.h45 # define CAPI_R_INVALID_LOOKUP_METHOD 120 macro
H A De_capi_err.c42 {ERR_PACK(0, 0, CAPI_R_INVALID_LOOKUP_METHOD), "invalid lookup method"},
H A De_capi.txt30 CAPI_R_INVALID_LOOKUP_METHOD:120:invalid lookup method
H A De_capi.c373 CAPIerr(CAPI_F_CAPI_CTRL, CAPI_R_INVALID_LOOKUP_METHOD); in capi_ctrl()