Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c91 static int certify(X509 **xret, const char *infile, int informat,
103 static int certify_cert(X509 **xret, const char *infile, int certformat,
114 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey,
123 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509,
1377 static int certify(X509 **xret, const char *infile, int informat, in certify() argument
1424 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify()
1435 static int certify_cert(X509 **xret, const char *infile, int certformat, in certify_cert() argument
1481 ok = do_body(xret, pkey, x509, dgst, sigopts, policy, db, serial, subj, in certify_cert()
1492 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, in do_body() argument
1977 *xret = ret; in do_body()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dfcache.c340 int xret = errno; in fcc_gen_new() local
341 krb5_set_error_message(context, xret, N_("mkstemp %s failed", ""), exp_file); in fcc_gen_new()
344 return xret; in fcc_gen_new()
/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c155 CK_RV xret; \
156 xret = verify_session_handle(s, state); \
157 if (xret != CKR_OK) { \