Searched refs:pin (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Dstrccpy.c49 strccpy(char *pout, const char *pin) argument
51 (void) strcadd(pout, pin);
57 strcadd(char *pout, const char *pin) argument
63 while (c = *pin++) {
65 switch (c = *pin++) {
94 while ((c = *pin++) >= '0' && c <= '7') {
98 pin++;
103 --pin;
H A Dstrecpy.c54 strecpy(char *pout, const char *pin, const char *except) argument
56 (void) streadd(pout, pin, except);
62 streadd(char *pout, const char *pin, const char *except) argument
66 while ((c = *pin++) != 0) {
/osnet-11/usr/src/lib/libnsl/dial/
H A Dstrecpy.c47 strecpy(char *pout, char *pin, char *except) argument
53 while ((c = *pin++) != 0) {
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c439 char *buf, *pin, *pout; local
450 for (pin = (char *)pcInbuf, pout = buf; *pin; ) {
454 if ((len = mblen(pin, MB_CUR_MAX)) > 1) {
456 for (i = 0; i < len && *pin; i++)
457 *pout++ = *pin++;
462 if (isTag && isBadTagChar(*pin))
465 if (isReserved(*pin)) {
468 (void) sprintf(pout, "\\%.2x", *pin);
470 pin
493 char *buf, *pin, *pout, conv[3]; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h86 int soft_keystore_authpin(uchar_t *pin);
H A DsoftKeystoreUtil.c78 * 6) Length of salt used for generating hashed pin (length of salt
80 * 7) Salt used for generating hashed pin.
81 * 8) Hashed pin len (length of hashed pin could be variable, the offset of
83 * 9) Hashed pin
104 /* Salt for hashed pin */
106 #define KS_HASHED_PIN_SALT_LEN_SIZE 8 /* stores length of hashed pin salt */
112 * hashed pin
115 * there's the hashed pin salt size is variable.
249 * Calculates the offset for hashed_pin length and hashed pin
1809 soft_keystore_authpin(uchar_t *pin) argument
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dregex.c800 register int pin; local
811 pin = 0;
817 pin = c - '0';
826 if ((bp = bopat[pin]) && (ep = eopat[pin])) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dpassword_pbkdf2.c43 check_password (const char *user, const char *entered, void *pin) argument
46 struct pbkdf2_password *pass = pin;
/osnet-11/usr/src/lib/libelfsign/common/
H A Dlibelfsign.h173 const char *token_id, const char *pin);
H A Delfcertlib.c378 * pin
384 const char *token_label, const char *pin)
411 pincred.cred = (char *)pin;
412 pincred.credlen = strlen(pin);
383 elfcertlib_loadtokenkey(ELFsign_t ess, ELFCert_t cert, const char *token_label, const char *pin) argument
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c4819 zs_pset_walk(zs_usage_t uin, zs_pset_t pin) argument
4822 struct zs_pset *pset = (struct zs_pset *)pin;
4876 zs_pset_property(zs_pset_t pin, zs_pset_property_t prop) argument
4878 struct zs_pset *pset = (struct zs_pset *)pin;
4949 zs_pset_total_time(zs_pset_t pin, timestruc_t *t) argument
4951 struct zs_pset *pset = (struct zs_pset *)pin;
4957 zs_pset_total_cpus(zs_pset_t pin) argument
4959 struct zs_pset *pset = (struct zs_pset *)pin;
4968 zs_pset_used_time(zs_pset_t pin, zs_user_t user, timestruc_t *t) argument
4970 struct zs_pset *pset = (struct zs_pset *)pin;
4994 zs_pset_used_cpus(zs_pset_t pin, zs_user_t user) argument
5021 zs_pset_used_pct(zs_pset_t pin, zs_user_t user) argument
5046 zs_pset_zone_list(zs_pset_t pin, zs_pset_zone_t *zonelistin, int num) argument
5073 zs_pset_zone_walk(zs_pset_t pin, zs_pset_zone_t pzin) argument
5210 zs_property_type(zs_property_t pin) argument
5218 zs_property_string(zs_property_t pin) argument
5227 zs_property_double(zs_property_t pin) argument
5236 zs_property_uint64(zs_property_t pin) argument
5245 zs_property_int64(zs_property_t pin) argument
5254 zs_property_uint(zs_property_t pin) argument
5263 zs_property_int(zs_property_t pin) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c321 pkcs11_uri_t *p11uri, char **pin, uint32_t *pinlen)
328 * If the PKCS#11 uri has a pinfile argument read the pin from
361 *pin = pbuf;
368 *pin = zfs_alloc(hdl, *pinlen);
369 bcopy(hdl->libzfs_crypt.zc_key_data, *pin, *pinlen);
391 *pin = strdup(input);
392 *pinlen = strlen(*pin);
320 prompt_pkcs11_pin(libzfs_handle_t *hdl, zfs_cmd_t *zc, zfs_crypto_zckey_t cmd, pkcs11_uri_t *p11uri, char **pin, uint32_t *pinlen) argument
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3605 char *filename, CK_UTF8CHAR *pin,
3628 x509_info_stack = PEM_X509_INFO_read(fp, NULL, NULL, pin);
3659 pkey = PEM_read_PrivateKey(fp, NULL, NULL, pin);
3746 openssl_parse_bags(STACK_OF(PKCS12_SAFEBAG) *bags, char *pin,
3759 ret = openssl_parse_bag(bag, pin, (pin ? strlen(pin) : 0),
3947 openssl_pkcs12_parse(PKCS12 *p12, char *pin, argument
3962 if (pin == NULL || *pin
3603 extract_pem(KMF_HANDLE *kmfh, char *issuer, char *subject, KMF_BIGINT *serial, char *filename, CK_UTF8CHAR *pin, CK_ULONG pinlen, EVP_PKEY **priv_key, KMF_DATA **certs, int *numcerts) argument
4016 extract_pkcs12(BIO *fbio, CK_UTF8CHAR *pin, CK_ULONG pinlen, STACK_OF(EVP_PKEY) **priv_key, STACK_OF(X509) **certs, STACK_OF(X509) **ca) argument
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dcommon.c144 fprintf( stderr, gettext(" -I pin\tcard password file\n") );
933 /* pkcs_init was successful register the pin args */
945 char *pin; local
947 /* Create and register the pin object for PKCS 11 */
949 local_pkcs_fns.pkcs_getpin(NULL, "", &pin);
957 if (pin != NULL)
960 SVRCORE_CreateArgPinObj(&ArgPinObj, tokenName, pin, (SVRCOREPinObj *)StdPinObj);
968 if (NULL != pin)
976 if ((err = SVRCORE_CreateArgPinObj(&ArgPinObj, tokenName, pin,
2272 * This function should return the pin fro
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c3475 int pin,pout; local
3502 pin = (shp->inpipe?shp->inpipe[1]:0);
3506 if(shp->fdstatus[i]&IOCLEX && i!=pin && i!=pout)
3535 if(shp->fdstatus[i]&IOCLEX && i!=pin && i!=pout)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c3867 const unsigned char *pin
3919 if (pin[j] != coll_sym[1 + j])
3937 in_collseq = find_collation_sequence_value (pin, elem_len);
3951 const unsigned char *cp = pin;
3863 const unsigned char *pin local
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile108 argp-help.$(OBJEXT) argp-parse.$(OBJEXT) argp-pin.$(OBJEXT) \
841 argp-parse.c argp-pin.c argp-pv.c argp-pvh.c argp-xinl.c \
895 #include ./$(DEPDIR)/argp-pin.Po
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile108 argp-help.$(OBJEXT) argp-parse.$(OBJEXT) argp-pin.$(OBJEXT) \
841 argp-parse.c argp-pin.c argp-pv.c argp-pvh.c argp-xinl.c \
895 #include ./$(DEPDIR)/argp-pin.Po
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile267 ../.././grub-core/gnulib/argp-pin.c \
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile267 ../.././grub-core/gnulib/argp-pin.c \

Completed in 1350 milliseconds