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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs12/
H A Dp12_decr.c110 * if zbuf set zero buffer after use.
114 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf)
140 if (zbuf) OPENSSL_cleanse(out, outlen);
147 * if zbuf set zero encoding.
152 void *obj, int zbuf)
172 if (zbuf) OPENSSL_cleanse(in, inlen);
113 PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf) argument
150 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) argument
H A Dpkcs12.h215 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf);
218 void *obj, int zbuf);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dzone.c5021 zone_net_data_t *zbuf; local
5277 zbuf = kmem_alloc(bufsize, KM_SLEEP);
5278 if (copyin(buf, zbuf, bufsize) != 0) {
5281 error = zone_get_network(zoneid, zbuf);
5282 if (error == 0 && copyout(zbuf, buf, bufsize) != 0)
5285 kmem_free(zbuf, bufsize);
5312 zone_net_data_t *zbuf; local
5377 zbuf = kmem_alloc(bufsize, KM_SLEEP);
5378 if (copyin(buf, zbuf, bufsize) != 0) {
5379 kmem_free(zbuf, bufsiz
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Ds_client.c954 { char zbuf[10240]; local
955 printf("read=%d pending=%d peek=%d\n",k,SSL_pending(con),SSL_peek(con,zbuf,10240));
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c830 char zbuf[BUFSIZ]; local
856 memset(zbuf, 0, BUFSIZ);
876 nb = write(fd, zbuf, j);
/opensolaris-onvv-gate/usr/src/cmd/ztest/
H A Dztest.c4740 char zbuf[1024]; local
4771 while (fgets(zbuf, sizeof (zbuf), fp) != NULL)
4773 (void) printf("%s", zbuf);

Completed in 144 milliseconds