Searched refs:priv_len (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/hyperv/include/
H A Dvmbus_xact.h52 size_t priv_len);
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c300 int priv_len = 0; local
307 if (!PKCS8_pkey_get0(&palg_obj, &pkey_buf, &priv_len, &palg, p8inf))
317 ASN1_OCTET_STRING *s = d2i_ASN1_OCTET_STRING(NULL, &p, priv_len);
328 priv_key = d2i_ASN1_INTEGER(NULL, &p, priv_len);
350 int priv_len; local
357 priv_len = i2d_ASN1_INTEGER(asn1key, &priv_buf);
360 priv_buf, priv_len);
/freebsd-10-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_xact.c250 vmbus_xact_priv(const struct vmbus_xact *xact, size_t priv_len) argument
253 if (priv_len > xact->x_ctx->xc_priv_size)
254 panic("invalid priv size %zu", priv_len);
/freebsd-10-stable/contrib/serf/buckets/
H A Dssl_buckets.c678 apr_size_t priv_len; local
699 status = serf_bucket_read(ctx->decrypt.stream, bufsize, &data, &priv_len);
701 if (!SERF_BUCKET_READ_ERROR(status) && priv_len) {
706 priv_len, bufsize, status);
708 tmp = serf_bucket_simple_copy_create(data, priv_len,
/freebsd-10-stable/sys/security/audit/
H A Dbsm_token.c101 u_int16_t type_len, priv_len; local
106 priv_len = strlen(privstr) + 1;
108 sizeof(u_int16_t) + type_len + priv_len);
113 ADD_U_INT16(dptr, priv_len);
114 ADD_STRING(dptr, privstr, priv_len);
/freebsd-10-stable/contrib/openbsm/libbsm/
H A Dbsm_token.c128 u_int16_t type_len, priv_len; local
133 priv_len = strlen(privstr) + 1;
135 sizeof(u_int16_t) + type_len + priv_len);
141 ADD_U_INT16(dptr, priv_len);
142 ADD_STRING(dptr, privstr, priv_len);

Completed in 190 milliseconds