HomeSort by: relevance | last modified time | path
    Searched refs:DNSKeyInfoGetAlgorithm (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
DNSServerDNSSEC.h 48 uint8_t DNSKeyInfoGetAlgorithm( DNSKeyInfoRef inKeyInfo );
DNSServerDNSSEC.c 3257 uint8_t DNSKeyInfoGetAlgorithm( const DNSKeyInfoRef me )
3276 switch( DNSKeyInfoGetAlgorithm( me ) )
3295 switch( DNSKeyInfoGetAlgorithm( me ) )
3314 switch( DNSKeyInfoGetAlgorithm( me ) )
3348 uint8_t dnsKeyAlgorithm = DNSKeyInfoGetAlgorithm( dnsKey );
3529 dnsKeyAlgorithm = DNSKeyInfoGetAlgorithm( inKeyInfo );
3676 switch( DNSKeyInfoGetAlgorithm( me ) )
dnssdutil.c 11153 dns_fixed_fields_rrsig_set_algorithm( &sigFields, DNSKeyInfoGetAlgorithm( zsk ) );
11377 dns_fixed_fields_rrsig_set_algorithm( &sigFields, DNSKeyInfoGetAlgorithm( zsk ) );
11722 dns_fixed_fields_rrsig_set_algorithm( &sigFields, DNSKeyInfoGetAlgorithm( ksk ) );
11861 dns_ds_sha256_set_algorithm( dsPtr, DNSKeyInfoGetAlgorithm( zsk ) );
11874 dns_ds_sha256_set_algorithm( dsPtr, DNSKeyInfoGetAlgorithm( ksk ) );
11911 dns_fixed_fields_rrsig_set_algorithm( &sigFields, DNSKeyInfoGetAlgorithm( zskParent ) );
12667 inOwner, typeStr, DNSKeyInfoGetAlgorithmDescription( inKeyInfo ), DNSKeyInfoGetAlgorithm( inKeyInfo ),
    [all...]

Completed in 99 milliseconds