Home
last modified time | relevance | path

Searched refs:authInfo (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/mDNSResponder/dist/mDNSShared/
H A Ddnsextd_parser.y513 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 Drfc3112.txt92 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 Dcrmf.asn135 authInfo CHOICE {
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_local.h240 OSSL_CRMF_POPOSIGNINGKEYINPUT_AUTHINFO *authInfo; member
H A Dcrmf_asn.c115 ASN1_SIMPLE(OSSL_CRMF_POPOSIGNINGKEYINPUT, authInfo,