Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/engines/
H A De_capi_err.h65 # define CAPI_R_INVALID_PUBLIC_KEY_BLOB 121 macro
H A De_capi_err.c67 {ERR_PACK(0, 0, CAPI_R_INVALID_PUBLIC_KEY_BLOB), "invalid public key blob"},
H A De_capi.txt53 CAPI_R_INVALID_PUBLIC_KEY_BLOB:121:invalid public key blob
H A De_capi.c655 CAPIerr(CAPI_F_CAPI_GET_PKEY, CAPI_R_INVALID_PUBLIC_KEY_BLOB); in capi_get_pkey()