Home
last modified time | relevance | path

Searched refs:PEM_R_PVK_TOO_SHORT (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/pem/
Dpem_err.c146 {ERR_REASON(PEM_R_PVK_TOO_SHORT), "pvk too short"},
Dpvkfmt.c635 PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_PVK_TOO_SHORT); in do_PVK_header()
640 PEMerr(PEM_F_DO_PVK_HEADER, PEM_R_PVK_TOO_SHORT); in do_PVK_header()
722 PEMerr(PEM_F_DO_PVK_BODY, PEM_R_PVK_TOO_SHORT); in do_PVK_body()
Dpem.h602 # define PEM_R_PVK_TOO_SHORT 125 macro