Home
last modified time | relevance | path

Searched refs:credential (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/
H A Ddaa_debug.c146 TSS_DAA_CRED_ISSUER *credential = in load_TSS_DAA_CRED_ISSUER() local
151 init_tss_version( credential); in load_TSS_DAA_CRED_ISSUER()
152 credential->capitalALength = read_int( file); in load_TSS_DAA_CRED_ISSUER()
154 credential->capitalA = retrieve_byte_array( &(credential->capitalALength), in load_TSS_DAA_CRED_ISSUER()
156 credential->eLength = read_int( file); in load_TSS_DAA_CRED_ISSUER()
158 credential->e = retrieve_byte_array( &(credential->eLength),read_buffer); in load_TSS_DAA_CRED_ISSUER()
159 credential->vPrimePrimeLength = read_int( file); in load_TSS_DAA_CRED_ISSUER()
161 credential->vPrimePrime = retrieve_byte_array(&(credential->vPrimePrimeLength), in load_TSS_DAA_CRED_ISSUER()
164 credential->attributesIssuerLength = read_int( file); in load_TSS_DAA_CRED_ISSUER()
165 credential->attributesIssuer = malloc(credential->attributesIssuerLength*sizeof(BYTE*)); in load_TSS_DAA_CRED_ISSUER()
[all …]
H A Ddaa_structs.c1155 TSS_DAA_CRED_ISSUER *credential =
1160 init_tss_version( credential);
1161 credential->capitalALength = read_int( file);
1163 credential->capitalA = retrieve_byte_array( &(credential->capitalALength),
1165 credential->eLength = read_int( file);
1167 credential->e = retrieve_byte_array( &(credential->eLength),read_buffer);
1168 credential->vPrimePrimeLength = read_int( file);
1170 credential->vPrimePrime = retrieve_byte_array(&(credential->vPrimePrimeLength),
1173 credential->attributesIssuerLength = read_int( file);
1174 credential->attributesIssuer = malloc(credential->attributesIssuerLength*sizeof(BYTE*));
[all …]
H A Ddaa_debug.h57 int save_TSS_DAA_CRED_ISSUER( FILE *file, TSS_DAA_CRED_ISSUER *credential);
63 TSS_DAA_CREDENTIAL *credential
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap_casa.c113 SSCS_BASIC_CREDENTIAL credential; in load_uname_pwd_from_miCASA() local
121 memset(&credential, 0, sizeof(SSCS_BASIC_CREDENTIAL)); in load_uname_pwd_from_miCASA()
127 credential.unFlags = USERNAME_TYPE_CN_F; in load_uname_pwd_from_miCASA()
131 &credential,NULL); in load_uname_pwd_from_miCASA()
133 if(credential.unLen) in load_uname_pwd_from_miCASA()
135 tempVar = dmalloc (credential.unLen + 1, MDL); in load_uname_pwd_from_miCASA()
138 memcpy(tempVar , credential.username, credential.unLen); in load_uname_pwd_from_miCASA()
141 tempVar = dmalloc (credential.pwordLen + 1, MDL); in load_uname_pwd_from_miCASA()
144 memcpy(tempVar, credential.password, credential.pwordLen); in load_uname_pwd_from_miCASA()
/netbsd-src/external/bsd/libfido2/dist/examples/
H A DREADME.adoc18 The file system path of a file containing a FIDO credential ID in
27 A credential's associated CTAP 2.1 "largeBlob" symmetric key.
53 Creates a new credential on <device> and verify that the credential
55 is not verified. If option -k is specified, the credential's public
56 key is stored in <pubkey>. If option -i is specified, the credential
60 credential. If option -r is specified, the generated credential
62 through the -v option. If option -u is specified, the credential
65 option -b is specified, the credential's "largeBlob" key is stored in
83 option -b specified, the credential's "largeBlob" key is stored in
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdestroy.c39 static const char *credential; variable
49 { "credential", 0, arg_string, rk_UNCONST(&credential),
137 if (credential) { in main()
142 ret = krb5_parse_name(context, credential, &mcred.server); in main()
145 "Can't parse principal %s", credential); in main()
150 "Failed to remove principal %s", credential); in main()
H A Dheimtools-commands.in42 help = "credential cache to list"
72 help = "display v5 credential tokens"
144 help = "type of credential cache"
150 help = "name of credential cache"
240 help = "Copies credential caches"
/netbsd-src/crypto/external/cpl/trousers/dist/dist/
H A Dtcsd.conf.in70 # Description: Path to the file containing your TPM's platform credential.
71 # The platform credential may have been provided to you by your TPM
73 # Whenever a new TPM identity is created, the credential will be used. See
81 # Description: Path to the file containing your TPM's conformance credential.
82 # The conformance credential may have been provided to you by your TPM
84 # Whenever a new TPM identity is created, the credential will be used. See
92 # Description: Path to the file containing your TPM's endorsement credential.
93 # The endorsement credential may have been provided to you by your TPM
95 # Whenever a new TPM identity is created, the credential will be used. See
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.gssapi14 its credential, where fqdn is the hostname on the interface that
20 mechanism above. If a credential other than GSS_C_NO_CREDENTIAL
22 credential cache if it its principal matches the desired credential.
24 it in a memory-based credential cache, part of the gss credential
34 credential that racoon will try to acquire. The default value
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dldap_casa.h73 void *credential,
82 void *credential,
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_aik.c529 symCAAttestation.credential, in Tspi_TPM_ActivateIdentity()
532 free(symCAAttestation.credential); in Tspi_TPM_ActivateIdentity()
538 free(symCAAttestation.credential); in Tspi_TPM_ActivateIdentity()
557 free(symCAAttestation.credential); in Tspi_TPM_ActivateIdentity()
564 symCAAttestation.credential, symCAAttestation.credSize, in Tspi_TPM_ActivateIdentity()
566 free(symCAAttestation.credential); in Tspi_TPM_ActivateIdentity()
570 free(symCAAttestation.credential); in Tspi_TPM_ActivateIdentity()
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kdc.in492 ${kdestroy} --credential=${server}@${R}
504 ${kdestroy} --credential=${server}@${R}
516 ${kdestroy} --credential=${server}@${R}
530 ${kdestroy} --credential=${server2}@${R2}
599 ${kdestroy} --credential=${server}@${R}
704 ${kdestroy} --credential=${server}@${R}
705 ${kdestroy} --credential=${server}-des3@${R}
831 --delegation-credential-cache=${ocache} \
840 --delegation-credential-cache=${ocache} \
849 --delegation-credential-cache=${ocache} \
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heimdal_kuser/
H A Dheimdal_kuser.pot19 msgid "credential cache to use"
23 msgid "credential cache to store credential in"
394 msgid "type of credential cache"
398 msgid "name of credential cache"
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/
H A Dheimdal_krb5.pot365 msgid "No API credential found"
370 msgid "Can't find credential %s in cache"
446 msgid "Principal %s not found in any credential cache"
454 msgid "Reached end of credential caches"
716 msgid "Failed to write FILE credential data"
732 msgid "Empty credential cache file: %s"
742 msgid "Bad version number in credential cache file: %s"
777 msgid "Unknown version number (%d) in credential cache file: %s"
786 msgid "Failed to write data from one file credential cache to the other"
790 msgid "Failed to read data from one file credential cache to the other"
[all …]
H A Dsv_SE.po361 msgid "No API credential found"
366 msgid "Can't find credential %s in cache"
442 msgid "Principal %s not found in a credential cache"
707 msgid "Failed to write FILE credential data"
723 msgid "Empty credential cache file: %s"
733 msgid "Bad version number in credential cache file: %s"
768 msgid "Unknown version number (%d) in credential cache file: %s"
777 msgid "Failed to write data from one file credential cache to the other"
781 msgid "Failed to read data from one file credential cache to the other"
790 msgid "Matching credential (%s) not found"
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog240 credential cache.
245 the default cc name for a credential type.
254 * lib/krb5/scache.c: Do credential iteration by temporary table.
260 * lib/krb5/scache.c: implemetation of a sqlite3 backed credential
284 * lib/krb5/fcache.c: Make the storing credential an atomic
305 add_cred() sane, make loop detection in credential fetching
390 * lib/krb5/acache.c: Create a new credential cache is ->get_name
391 is called, make acc_initialize() reset the existing credential
H A DNEWS341 - DIR credential cache type
496 - Support for new sqlite based credential cache
510 - Support for settin friendly name on credential caches
525 - Add krb5_cc_[gs]et_config to store data in the credential caches
561 [HEIMDAL-67] - Fix locking and store credential in atomic writes
562 in the FILE credential cache
596 * Mac OS X 10.5 support for native credential cache.
727 * Support for KCM, a process based credential cache
729 * Support CCAPI credential cache
1304 * support for older versions of credential cache files and keytabs
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Ddaa_structs.h363 int save_TSS_DAA_CRED_ISSUER( FILE *file, TSS_DAA_CRED_ISSUER *credential);
374 TSS_DAA_CREDENTIAL *credential
/netbsd-src/external/bsd/libfido2/dist/
H A DNEWS94 ** fido2-token: new -Sc option to update a resident credential.
168 ** FIDO2 credential protection (credprot) support.
228 ** Fix encoding of COSE algorithms when making a credential.
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dinit-creds90 If a pointer to a credential is specified, the initial credential is
93 pointer may be specified, and the credential will be destroyed.
241 If a pointer to a credential cache handle is specified, and the handle
242 is NULL, a credential cache handle referring to all credentials
246 credential cache. If the handle is non-NULL, then the credentials
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dgkrb5_err.et23 error_code KG_CCACHE_NOMATCH, "Principal in credential cache does not match desired name"
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-joslin-config-schema-xx.txt685 credential) authentication.
703 credential(s) the DUA MUST use when contacting the DSA. The
706 one credential type, separated by white space.
708 anonymous - The DUA SHOULD NOT use a credential when binding
712 to the DSA. A proxy identity is a specific credential that
715 should determine what the proxy user's credential is. This
732 If the credentialLevel contains more than one credential type,
733 the DUA MUST use the credential types in the order specified.
734 However, the DUA MAY skip over one or more credential types.
737 credential types.
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/po/heim_com_err35224064/
H A Dheim_com_err35224064.pot184 msgid "Principal in credential cache does not match desired name"
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4752.txt215 described in this document unless it has acceptor credential for the
235 Servers SHOULD use a credential obtained by calling GSS_Acquire_cred
238 Servers MAY use GSS_C_NO_CREDENTIAL as an acceptor credential handle.
239 Servers MAY use a credential obtained by calling GSS_Acquire_cred or
266 credential handle, the server SHOULD also check using the
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_err.et141 error_code KRB5_CC_UNKNOWN_TYPE, "Unknown credential cache type"
142 error_code KRB5_CC_NOTFOUND, "Matching credential not found"
143 error_code KRB5_CC_END, "End of credential cache reached"

123