Searched refs:otmp (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libfido2/tools/ |
H A D | config.c | 156 char *otmp, *tmp, *cp; in config_pin_minlen_rpid() local 163 otmp = tmp; in config_pin_minlen_rpid() 173 free(otmp); in config_pin_minlen_rpid()
|
/freebsd/sys/nfs/ |
H A D | nfs_diskless.c | 99 char *opts, *o, *otmp; in nfs_parse_options() local 103 otmp = opts; in nfs_parse_options() 104 while ((o = strsep(&otmp, ":;, ")) != NULL) { in nfs_parse_options()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_enc.c | 533 ASN1_OBJECT *otmp; in asn1_ex_i2c() local 567 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c() 568 cont = otmp->data; in asn1_ex_i2c() 569 len = otmp->length; in asn1_ex_i2c()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | opt.c | 681 ASN1_OBJECT *otmp; in opt_verify() local 694 otmp = OBJ_txt2obj(opt_arg(), 0); in opt_verify() 695 if (otmp == NULL) { in opt_verify() 699 if (!X509_VERIFY_PARAM_add0_policy(vpm, otmp)) { in opt_verify() 700 ASN1_OBJECT_free(otmp); in opt_verify()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 330 ASN1_OBJECT *otmp = OBJ_nid2obj(nid); in EVP_CIPHER_get_type() 332 if (OBJ_get0_data(otmp) == NULL) in EVP_CIPHER_get_type() 334 ASN1_OBJECT_free(otmp); in EVP_CIPHER_get_type()
|
/freebsd/contrib/nvi/common/ |
H A D | options.c | 1047 OPTLIST otmp; in opts_search() local 1057 otmp.name = name; in opts_search() 1058 if ((op = bsearch(&otmp, optlist, sizeof(optlist) / sizeof(OPTLIST) - 1, in opts_search()
|
/freebsd/crypto/openssl/apps/ |
H A D | ca.c | 2381 ASN1_OBJECT *otmp; in make_revocation_str() local 2405 otmp = OBJ_txt2obj(rev_arg, 0); in make_revocation_str() 2406 ASN1_OBJECT_free(otmp); in make_revocation_str() 2408 if (otmp == NULL) { in make_revocation_str()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 2329 off_t ps, pss, po, pos, us, uss, uo, uos, otmp; in ctl_be_block_open_dev() local 2401 error = csw->d_ioctl(dev, DIOCGMEDIASIZE, (caddr_t)&otmp, FREAD, in ctl_be_block_open_dev() 2413 if (params->lun_size_bytes > otmp) { in ctl_be_block_open_dev() 2419 (uintmax_t)otmp); in ctl_be_block_open_dev() 2425 be_lun->size_bytes = otmp; in ctl_be_block_open_dev()
|
/freebsd/crypto/openssh/ |
H A D | ssh-keygen.c | 1802 char valid[64], *otmp, *tmp, *cp, *out, *comment; in do_ca_sign() local 1867 otmp = tmp = xstrdup(cert_principals); in do_ca_sign() 1874 free(otmp); in do_ca_sign()
|