Searched refs:otmp (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/libucl/src/
H A Ducl_hash.c43 const ucl_object_t *cur, *otmp; local
48 DL_FOREACH_SAFE (elt->data, cur, otmp) {
/freebsd-10-stable/crypto/openssl/crypto/aes/
H A Daes_wrap.c142 unsigned char *otmp = NULL, *ptmp = NULL; local
145 otmp = OPENSSL_malloc(keylen + 8);
147 if (!otmp || !ptmp)
151 r = AES_wrap_key(&wctx, iv, otmp, key, keylen);
155 if (eout && memcmp(eout, otmp, keylen))
160 r = AES_unwrap_key(&wctx, iv, ptmp, otmp, r);
168 if (otmp)
169 OPENSSL_free(otmp);
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Devp_lib.c145 ASN1_OBJECT *otmp; local
193 otmp = OBJ_nid2obj(nid);
194 if (!otmp || !otmp->data)
196 ASN1_OBJECT_free(otmp);
/freebsd-10-stable/sys/nfs/
H A Dnfs_diskless.c99 char *opts, *o, *otmp; local
103 otmp = opts;
104 while ((o = strsep(&otmp, ":;, ")) != NULL) {
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c554 ASN1_OBJECT *otmp; local
588 otmp = (ASN1_OBJECT *)*pval;
589 cont = otmp->data;
590 len = otmp->length;
/freebsd-10-stable/contrib/nvi/common/
H A Doptions.c1055 OPTLIST otmp; local
1065 otmp.name = name;
1066 if ((op = bsearch(&otmp, optlist, sizeof(optlist) / sizeof(OPTLIST) - 1,
/freebsd-10-stable/crypto/openssl/apps/
H A Dapps.c2156 ASN1_OBJECT *otmp = NULL; local
2167 otmp = OBJ_txt2obj(argn, 0);
2168 if (!otmp) {
2261 if (otmp)
2262 X509_VERIFY_PARAM_add0_policy(*pm, otmp);
H A Dca.c2603 ASN1_OBJECT *otmp; local
2626 otmp = OBJ_txt2obj(rev_arg, 0);
2627 ASN1_OBJECT_free(otmp);
2629 if (otmp == NULL) {
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_backend_block.c1923 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; local
1995 error = csw->d_ioctl(dev, DIOCGMEDIASIZE, (caddr_t)&otmp, FREAD,
2007 if (params->lun_size_bytes > otmp) {
2013 (uintmax_t)otmp);
2019 be_lun->size_bytes = otmp;
/freebsd-10-stable/crypto/openssh/
H A Dssh-keygen.c1588 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
1612 otmp = tmp = xstrdup(cert_principals);
1619 free(otmp);
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c634 struct option *o, *otmp; local
642 TAILQ_FOREACH_SAFE(o, &pg->pg_options, o_next, otmp)

Completed in 404 milliseconds