Searched refs:inlen (Results 101 - 125 of 127) sorted by relevance

123456

/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-dsa-cc.c381 * @param inlen The length of the hash to sign
390 /* int dsa_sign_hash_raw(const unsigned char *in, unsigned long inlen,
469 if ((err = mp_read_unsigned_bin(tmp, (unsigned char *)in, inlen)) != CRYPT_OK) {
501 * @param inlen The length of the hash to sign
511 * int dsa_sign_hash(const unsigned char *in, unsigned long inlen,
530 if ((err = dsa_sign_hash_raw(in, inlen, r, s, rng, key)) != CRYPT_OK) {
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_core.c65 asl_core_string_hash(const char *s, uint32_t inlen) argument
71 l = inlen;
/macosx-10.9.5/xar-202/xar/lib/
H A Dfiletree.c939 int inlen, len; local
941 inlen = len = outlen;
945 if( UTF8Toisolat1(tmp, &len, BAD_CAST(XAR_PROP(i)->value), &inlen) < 0 ) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_utfconv.c711 * This function takes an UTF-8 input string, instr, of inlen bytes
732 utf8_normalizestr(const u_int8_t* instr, size_t inlen, u_int8_t* outstr, argument
757 inbuflen = inlen;
759 while (inlen-- > 0 && (byte = *instr++) != '\0') {
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlreader.c5718 * @inlen: the size of the input (in), the size read from it (out)
5729 xmlBase64Decode(const unsigned char *in, unsigned long *inlen, argument
5756 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL))
5762 inmax = *inlen;
5835 *inlen = inblk;
5854 unsigned long inlen = strlen(input);
5865 ret = xmlBase64Decode(input, &inlen, output, &outlen);
5868 printf("ret: %d, inlen: %ld , outlen: %ld, output: '%s'\n", ret, inlen,
5877 while (cons < inlen) {
[all...]
H A Dxmlsave.c197 * @inlen: the length of @in
203 * The value of @inlen after return is the number of octets consumed
209 const xmlChar* in, int *inlen) {
216 inend = in + (*inlen);
311 *inlen = in - base;
315 *inlen = in - base;
208 xmlEscapeEntities(unsigned char* out, int *outlen, const xmlChar* in, int *inlen) argument
H A DxmlIO.c3496 * @inlen: the length of @in
3500 * The value of @inlen after return is the number of octets consumed
3506 const xmlChar* in, int *inlen) {
3512 inend = in + (*inlen);
3547 *inlen = in - base;
3505 xmlEscapeContent(unsigned char* out, int *outlen, const xmlChar* in, int *inlen) argument
H A Dtestapi.c1308 int * inlen; /* the length of @in */ local
1319 inlen = gen_int_ptr(n_inlen, 3);
1321 ret_val = UTF8ToHtml(out, outlen, (const unsigned char *)in, inlen);
1327 des_int_ptr(n_inlen, inlen, 3);
1928 int * inlen; /* the length of @in */ local
1942 inlen = gen_int_ptr(n_inlen, 3);
1945 ret_val = htmlEncodeEntities(out, outlen, (const unsigned char *)in, inlen, quoteChar);
1951 des_int_ptr(n_inlen, inlen, 3);
8527 int * inlen; /* the length of @in */ local
8538 inlen
8582 int * inlen; /* the length of @in */ local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlreader.c5562 * @inlen: the size of the input (in), the size read from it (out)
5573 xmlBase64Decode(const unsigned char *in, unsigned long *inlen, argument
5600 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL))
5606 inmax = *inlen;
5679 *inlen = inblk;
5698 unsigned long inlen = strlen(input);
5709 ret = xmlBase64Decode(input, &inlen, output, &outlen);
5712 printf("ret: %d, inlen: %ld , outlen: %ld, output: '%s'\n", ret, inlen,
5721 while (cons < inlen) {
[all...]
H A Dxmlsave.c193 * @inlen: the length of @in
199 * The value of @inlen after return is the number of octets consumed
205 const xmlChar* in, int *inlen) {
212 inend = in + (*inlen);
307 *inlen = in - base;
311 *inlen = in - base;
204 xmlEscapeEntities(unsigned char* out, int *outlen, const xmlChar* in, int *inlen) argument
H A DxmlIO.c3337 * @inlen: the length of @in
3341 * The value of @inlen after return is the number of octets consumed
3347 const xmlChar* in, int *inlen) {
3353 inend = in + (*inlen);
3388 *inlen = in - base;
3346 xmlEscapeContent(unsigned char* out, int *outlen, const xmlChar* in, int *inlen) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsasl.c880 unsigned inlen,
913 if ( inlen > out_max )
914 inlen = out_max-1;
971 bvin.bv_len = inlen;
996 AC_MEMCPY( out, in, inlen );
997 out[inlen] = '\0';
999 *out_len = inlen;
876 slap_sasl_canonicalize( sasl_conn_t *sconn, void *context, const char *in, unsigned inlen, unsigned flags, const char *user_realm, char *out, unsigned out_max, unsigned *out_len) argument
H A Dschema_init.c728 ber_len_t inlen = 0; local
732 inlen += sub->sa_initial.bv_len;
736 inlen += sub->sa_any[i].bv_len;
740 inlen += sub->sa_final.bv_len;
744 if ( inlen > left.bv_len ) {
758 inlen -= sub->sa_initial.bv_len;
762 if ( inlen > left.bv_len ) {
776 inlen -= sub->sa_final.bv_len;
785 if ( inlen > left.bv_len ) {
830 inlen
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomplete.c385 int l = 0, inlen; local
413 inlen = MB_METACHARLENCONV(s, &inchar);
418 s += inlen;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A Djavasasl.c736 int inlen=jlen; local
740 result=sasl_decode(conn, (const char *) in, inlen, &out, &outlen);
765 (JNIEnv *env, jobject obj, jint ptr, jbyteArray in, jint inlen)
767 return Java_sasl_saslClientConn_jni_1sasl_1client_1decode(env,obj,ptr,in,inlen);
/macosx-10.9.5/efax-36/efax/
H A Defaxlib.c160 int inlen=0, outlen=0 ; local
162 inlen += *p ;
163 *p = ( ( inlen * xs + 128 ) >> 8 ) - outlen ;
/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-asn1t.h892 int asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it);
H A Dcs-asn1.h1081 const unsigned char *in, int inlen, int inform, int nid);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp.h504 int inlen) _CUPS_API_1_1_21;
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_io.c470 static int bio_filter_in_read(BIO *bio, char *in, int inlen) argument
472 apr_size_t inl = inlen;
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_include.c703 apr_size_t outlen = 0, inlen, span; local
716 inlen = strlen(in);
719 if (inlen == span) {
724 ret = apr_pstrmemdup(ctx->pool, in, (length && length <= inlen)
725 ? length - 1 : inlen);
874 } while (p < in+inlen);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dotp.c118 static void otp_hash(const EVP_MD *md, char *in, int inlen, argument
126 EVP_DigestUpdate(&mdctx, in, inlen);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireController.h644 UInt32 doLockSpace(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 inlen,
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dasn1.h805 const unsigned char *in, int inlen, int inform, int nid);
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_ssl.c604 ssl_npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) argument

Completed in 330 milliseconds

123456