Searched defs:funcp (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dgssapi_link.c299 dst__gssapi_init(dst_func_t **funcp) { argument
300 REQUIRE(funcp != NULL);
301 if (*funcp == NULL)
302 *funcp = &gssapi_functions;
H A Dopenssldsa_link.c611 dst__openssldsa_init(dst_func_t **funcp) { argument
612 REQUIRE(funcp != NULL);
613 if (*funcp == NULL)
614 *funcp = &openssldsa_functions;
H A Dopenssldh_link.c621 dst__openssldh_init(dst_func_t **funcp) { argument
622 REQUIRE(funcp != NULL);
623 if (*funcp == NULL) {
632 *funcp = &openssldh_functions;
H A Dopensslrsa_link.c1315 dst__opensslrsa_init(dst_func_t **funcp, unsigned char algorithm) { argument
1316 REQUIRE(funcp != NULL);
1318 if (*funcp == NULL) {
1322 *funcp = &opensslrsa_functions;
1327 *funcp = &opensslrsa_functions;
1331 *funcp = &opensslrsa_functions;
H A Dhmac_link.c330 dst__hmacmd5_init(dst_func_t **funcp) { argument
331 REQUIRE(funcp != NULL);
332 if (*funcp == NULL)
333 *funcp = &hmacmd5_functions;
599 dst__hmacsha1_init(dst_func_t **funcp) { argument
600 REQUIRE(funcp != NULL);
601 if (*funcp == NULL)
602 *funcp = &hmacsha1_functions;
868 dst__hmacsha224_init(dst_func_t **funcp) { argument
869 REQUIRE(funcp !
1137 dst__hmacsha256_init(dst_func_t **funcp) argument
1406 dst__hmacsha384_init(dst_func_t **funcp) argument
1675 dst__hmacsha512_init(dst_func_t **funcp) argument
[all...]

Completed in 19 milliseconds