Searched refs:authInfo (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| H A D | dnsextd_parser.y | 513 DomainAuthInfo * authInfo = malloc( sizeof( DomainAuthInfo ) ); in ParseConfig() local 515 require_action( authInfo, exit, err = 1 ); in ParseConfig() 516 memset( authInfo, 0, sizeof( DomainAuthInfo ) ); in ParseConfig() 518 ok = MakeDomainNameFromDNSNameString( &authInfo->keyname, keySpec->name ); in ParseConfig() 519 if (!ok) { free(authInfo); err = 1; goto exit; } in ParseConfig() 521 keylen = DNSDigest_ConstructHMACKeyfromBase64( authInfo, keySpec->secret ); in ParseConfig() 522 if (keylen < 0) { free(authInfo); err = 1; goto exit; } in ParseConfig() 524 authInfo->next = zone->updateKeys; in ParseConfig() 525 zone->updateKeys = authInfo; in ParseConfig() 547 DomainAuthInfo * authInfo = malloc( sizeof( DomainAuthInfo ) ); in ParseConfig() local [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3112.txt | 92 authPasswordValue = w scheme s authInfo s authValue w 95 authInfo = schemeSpecificValue 104 where scheme describes the mechanism and authInfo and authValue are a 105 scheme specific. The authInfo field is often a base64 encoded salt. 139 same scheme, authInfo, and authValue components as the asserted 237 salt is provided in the authInfo field. The salt MUST be at least 64 243 the authInfo field would be the base64 encoding of "salt" and the 263 the salt is provided in the authInfo field. The salt MUST be at 269 the authInfo field would be the base64 encoding of "salt" and the
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | crmf.asn1 | 35 authInfo CHOICE {
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
| H A D | crmf_local.h | 240 OSSL_CRMF_POPOSIGNINGKEYINPUT_AUTHINFO *authInfo; member
|
| H A D | crmf_asn.c | 115 ASN1_SIMPLE(OSSL_CRMF_POPOSIGNINGKEYINPUT, authInfo,
|