Searched refs:rv (Results 351 - 375 of 921) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DSecNssCoder.cpp148 SECStatus rv; local
153 rv = SEC_ASN1Encode (src, templ,
155 if (rv != SECSuccess) {
168 rv = SEC_ASN1Encode (src, templ, sec_asn1e_encode_item_store, &dest);
169 if (rv != SECSuccess) {
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12/
H A DSecNssCoder.cpp145 SECStatus rv; local
150 rv = SEC_ASN1Encode (src, templ,
152 if (rv != SECSuccess) {
165 rv = SEC_ASN1Encode (src, templ, sec_asn1e_encode_item_store, &dest);
166 if (rv != SECSuccess) {
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscipher.c188 OSStatus rv; local
206 rv = SecKeyGetCSPHandle(key, &cspHandle);
207 if (rv)
209 rv = SecKeyGetCSSMKey(key, &cssmKey);
210 if (rv)
385 rv = SEC_ASN1DecodeItem(NULL, &iv, kSecAsn1OctetStringTemplate, &(algid->parameters));
386 if (rv)
402 rv = SEC_ASN1DecodeItem(NULL, &rc2 ,sec_rc2cbc_parameter_template,
404 if (rv)
443 rv
708 OSStatus rv = CSSM_QuerySize(cc->cc, cc->encrypt, final ? 1 : 2, dataBlockSize); local
859 OSStatus rv = 0; local
[all...]
H A Dcmssigdata.c125 OSStatus rv; local
168 rv = SecCmsSignedDataAddDigest(poolp, sigd, digestalgtag, NULL);
169 if (rv != SECSuccess)
181 rv = SecCmsArraySortByDER((void **)sigd->digestAlgorithms,
184 if (rv != SECSuccess)
222 OSStatus rv; local
237 rv = SecCmsDigestContextFinishMultiple(cinfo->digcx, &digestalgs, &digests);
238 if (rv != SECSuccess)
241 rv = SecCmsSignedDataSetDigests(sigd, digestalgs, digests);
242 if (rv !
386 OSStatus rv = SECSuccess; local
483 OSStatus rv = -1; local
575 OSStatus rv = SECSuccess; local
608 OSStatus rv = SECSuccess; local
669 OSStatus rv; local
716 OSStatus rv; local
961 OSStatus rv; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscipher.c188 OSStatus rv; local
206 rv = SecKeyGetCSPHandle(key, &cspHandle);
207 if (rv)
209 rv = SecKeyGetCSSMKey(key, &cssmKey);
210 if (rv)
385 rv = SEC_ASN1DecodeItem(NULL, &iv, kSecAsn1OctetStringTemplate, &(algid->parameters));
386 if (rv)
402 rv = SEC_ASN1DecodeItem(NULL, &rc2 ,sec_rc2cbc_parameter_template,
404 if (rv)
443 rv
708 OSStatus rv = CSSM_QuerySize(cc->cc, cc->encrypt, final ? 1 : 2, dataBlockSize); local
859 OSStatus rv = 0; local
[all...]
H A Dcmssigdata.c125 OSStatus rv; local
168 rv = SecCmsSignedDataAddDigest(poolp, sigd, digestalgtag, NULL);
169 if (rv != SECSuccess)
181 rv = SecCmsArraySortByDER((void **)sigd->digestAlgorithms,
184 if (rv != SECSuccess)
222 OSStatus rv; local
237 rv = SecCmsDigestContextFinishMultiple(cinfo->digcx, &digestalgs, &digests);
238 if (rv != SECSuccess)
241 rv = SecCmsSignedDataSetDigests(sigd, digestalgs, digests);
242 if (rv !
386 OSStatus rv = SECSuccess; local
483 OSStatus rv = -1; local
575 OSStatus rv = SECSuccess; local
608 OSStatus rv = SECSuccess; local
669 OSStatus rv; local
716 OSStatus rv; local
961 OSStatus rv; local
[all...]
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscipher.c188 OSStatus rv; local
206 rv = SecKeyGetCSPHandle(key, &cspHandle);
207 if (rv)
209 rv = SecKeyGetCSSMKey(key, &cssmKey);
210 if (rv)
385 rv = SEC_ASN1DecodeItem(NULL, &iv, kSecAsn1OctetStringTemplate, &(algid->parameters));
386 if (rv)
402 rv = SEC_ASN1DecodeItem(NULL, &rc2 ,sec_rc2cbc_parameter_template,
404 if (rv)
443 rv
708 OSStatus rv = CSSM_QuerySize(cc->cc, cc->encrypt, final ? 1 : 2, dataBlockSize); local
859 OSStatus rv = 0; local
[all...]
H A Dcmssigdata.c125 OSStatus rv; local
168 rv = SecCmsSignedDataAddDigest(poolp, sigd, digestalgtag, NULL);
169 if (rv != SECSuccess)
181 rv = SecCmsArraySortByDER((void **)sigd->digestAlgorithms,
184 if (rv != SECSuccess)
222 OSStatus rv; local
237 rv = SecCmsDigestContextFinishMultiple(cinfo->digcx, &digestalgs, &digests);
238 if (rv != SECSuccess)
241 rv = SecCmsSignedDataSetDigests(sigd, digestalgs, digests);
242 if (rv !
386 OSStatus rv = SECSuccess; local
483 OSStatus rv = -1; local
575 OSStatus rv = SECSuccess; local
608 OSStatus rv = SECSuccess; local
669 OSStatus rv; local
716 OSStatus rv; local
961 OSStatus rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/misc/win32/
H A Dstart.c105 apr_status_t rv = apr_initialize(); local
107 if (rv != APR_SUCCESS) {
108 return rv;
122 return rv;
164 return rv;
/macosx-10.10/libutil-38/
H A Dgetmntopts.c85 long rv; local
97 rv = strtol(val, &ep, 0);
102 if (errno == ERANGE && (rv == LONG_MAX || rv == LONG_MIN))
110 return rv;
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_balancer.c42 apr_status_t rv; local
44 rv = ap_mutex_register(pconf, balancer_mutex_type, NULL,
46 if (rv != APR_SUCCESS) {
47 return rv;
329 apr_status_t rv; local
331 if ((rv = PROXY_THREAD_LOCK(balancer)) != APR_SUCCESS) {
332 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01163)
343 if ((rv = PROXY_THREAD_UNLOCK(balancer)) != APR_SUCCESS) {
344 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01164)
462 apr_status_t rv; local
627 apr_status_t rv; local
718 apr_status_t rv; local
995 apr_status_t rv; local
1666 apr_status_t rv; local
[all...]
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_ratelimit.c61 apr_status_t rv = APR_SUCCESS; local
145 rv = ap_pass_brigade(f->next, bb);
147 if (rv != APR_SUCCESS) {
149 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, f->r, APLOGNO(01455)
187 rv = apr_brigade_partition(bb, ctx->chunk_size, &stop_point);
188 if (rv != APR_SUCCESS && rv != APR_INCOMPLETE) {
190 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, f->r, APLOGNO(01456)
216 rv = ap_pass_brigade(f->next, ctx->tmpbb);
219 if (rv !
[all...]
H A Dmod_request.c72 apr_status_t rv; local
128 rv = ap_get_brigade(f->next, b, mode, block, readbytes);
129 if (rv == APR_SUCCESS) {
130 rv = apr_brigade_length(b, 1, &len);
134 if (APR_SUCCESS == rv && len > ctx->remaining) {
148 if (rv != APR_SUCCESS) {
153 return rv;
210 apr_status_t rv; local
235 if ((rv = apr_brigade_partition(kept_body, ctx->offset, &ec)) != APR_SUCCESS) {
236 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv,
[all...]
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_scache.c43 apr_status_t rv; local
61 rv = mc->stapling_cache->init(mc->stapling_cache_context,
63 if (rv) {
87 rv = mc->sesscache->init(mc->sesscache_context, "mod_ssl-session", &hints, s, p);
88 if (rv) {
120 apr_status_t rv; local
137 rv = mc->sesscache->store(mc->sesscache_context, s, id, idlen,
144 return rv == APR_SUCCESS ? TRUE : FALSE;
154 apr_status_t rv; local
160 rv
[all...]
/macosx-10.10/apache-793/httpd/support/
H A Dhtdigest.c97 apr_status_t rv = APR_EINVAL; local
101 ((rv = apr_file_getc(&ch, f)) == APR_SUCCESS) && (ch != '\n')) {
110 if (rv != APR_SUCCESS)
189 apr_status_t rv; local
206 rv = apr_xlate_open(&to_ascii, "ISO-8859-1", APR_DEFAULT_CHARSET, cntxt);
207 if (rv) {
209 &rv, rv);
218 rv = apr_file_open(&f, argv[2], APR_WRITE | APR_CREATE,
220 if (rv !
[all...]
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_watchdog.c75 apr_status_t rv; local
91 apr_thread_join(&rv, w->thread);
92 return rv;
105 apr_status_t rv; local
125 rv = apr_proc_mutex_trylock(w->mutex);
126 if (rv == APR_SUCCESS) {
336 apr_status_t rv = APR_EOF; local
347 rv = APR_SUCCESS;
352 return rv;
398 apr_status_t rv; local
437 apr_status_t rv; local
543 apr_status_t rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Dfiledup.c27 int rv; local
40 rv = dup3(old_file->filedes, (*new_file)->filedes, flags);
42 rv = dup2(old_file->filedes, (*new_file)->filedes);
46 if (rv == -1)
59 rv = dup(old_file->filedes);
62 if (rv == -1)
68 (*new_file)->filedes = rv;
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfilepath.c136 apr_status_t rv;
141 rv = apr_filepath_root(rootpath, &testpath, flags, p);
142 if (!rv || rv == APR_EINCOMPLETE)
144 return rv;
173 apr_status_t rv;
207 rv = filepath_root_test(newpath, p);
208 if (rv)
209 return rv;
210 rv
369 apr_status_t rv; local
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfmt.c123 apr_status_t rv; local
125 rv = APR_SUCCESS;
126 apr_strerror(rv, ebuf, sizeof ebuf);
127 apr_snprintf(sbuf, sizeof sbuf, "%pm", &rv);
130 rv = APR_ENOTIMPL;
132 apr_strerror(rv, ebuf, sizeof ebuf),
134 apr_snprintf(sbuf, sizeof sbuf, "foo-%pm-bar", &rv);
/macosx-10.10/apr-32/apr-util/apr-util/encoding/
H A Dapr_base64.c79 apr_status_t rv; local
84 rv = apr_xlate_sb_get(to_ascii, &onoff);
85 if (rv) {
86 return rv;
91 rv = apr_xlate_sb_get(to_ebcdic, &onoff);
92 if (rv) {
93 return rv;
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfclose.c36 reg int local, ex, rv; local
63 rv = 0;
68 rv = sfsync(f);
127 { rv = -1;
148 rv = _sfpclose(f);
161 { rv = ex;
177 return rv;
/macosx-10.10/NFS-82/nfsd/
H A Dmain.c192 int ch, reregister, rv; local
280 rv = 0;
300 rv = enabled ? 0 : 1;
340 exit(rv);
344 rv = get_exportlist();
345 exit(rv);
362 rv = nfsd_enable();
367 rv = nfsd_is_loaded() ? nfsd_start() : nfsd_load();
371 rv = nfsd_disable();
375 rv
656 int kq, rv, gotmount = 0, exports_changed; local
796 int rv = sysctlbyname(name, NULL, 0, &val, sizeof(val)); local
1071 int fd, len, rv; local
1299 int rv = 0; local
1323 int rv = 1; local
1357 int rv = 1; local
1391 int rv = 1; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dcmscipher.c171 OSStatus rv; local
176 rv = SecKeyGetCSPHandle(key, &cspHandle);
177 if (rv)
179 rv = SecKeyGetCSSMKey(key, &cssmKey);
180 if (rv)
320 rv = SEC_ASN1DecodeItem(NULL, &iv, kSecAsn1OctetStringTemplate, &(algid->parameters));
321 if (rv)
336 rv = SEC_ASN1DecodeItem(NULL, &rc2 ,sec_rc2cbc_parameter_template,
338 if (rv)
375 rv
623 OSStatus rv = CSSM_QuerySize(cc->cc, cc->encrypt, final ? 1 : 2, dataBlockSize); local
772 OSStatus rv = 0; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmscipher.c171 OSStatus rv; local
176 rv = SecKeyGetCSPHandle(key, &cspHandle);
177 if (rv)
179 rv = SecKeyGetCSSMKey(key, &cssmKey);
180 if (rv)
320 rv = SEC_ASN1DecodeItem(NULL, &iv, kSecAsn1OctetStringTemplate, &(algid->parameters));
321 if (rv)
336 rv = SEC_ASN1DecodeItem(NULL, &rc2 ,sec_rc2cbc_parameter_template,
338 if (rv)
375 rv
623 OSStatus rv = CSSM_QuerySize(cc->cc, cc->encrypt, final ? 1 : 2, dataBlockSize); local
772 OSStatus rv = 0; local
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_dbd.c98 apr_status_t rv; local
136 for (rv = apr_dbd_get_row(dbd->driver, r->pool, res, &row, -1);
137 rv != -1;
138 rv = apr_dbd_get_row(dbd->driver, r->pool, res, &row, -1)) {
139 if (rv != 0) {
140 ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(01657)
182 rv = apr_password_validate(password, dbd_password);
184 if (rv != APR_SUCCESS) {
193 apr_status_t rv; local
230 for (rv
[all...]

Completed in 182 milliseconds

<<11121314151617181920>>