Searched refs:funcp (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddst_internal.h237 isc_result_t dst__hmacmd5_init(struct dst_func **funcp);
239 isc_result_t dst__hmacsha1_init(struct dst_func **funcp);
240 isc_result_t dst__hmacsha224_init(struct dst_func **funcp);
241 isc_result_t dst__hmacsha256_init(struct dst_func **funcp);
242 isc_result_t dst__hmacsha384_init(struct dst_func **funcp);
243 isc_result_t dst__hmacsha512_init(struct dst_func **funcp);
244 isc_result_t dst__opensslrsa_init(struct dst_func **funcp,
246 isc_result_t dst__pkcs11rsa_init(struct dst_func **funcp);
248 isc_result_t dst__openssldsa_init(struct dst_func **funcp);
249 isc_result_t dst__pkcs11dsa_init(struct dst_func **funcp);
[all...]
H A Dhmac_link.c341 dst__hmacmd5_init(dst_func_t **funcp) { argument
364 REQUIRE(funcp != NULL);
365 if (*funcp == NULL)
366 *funcp = &hmacmd5_functions;
649 dst__hmacsha1_init(dst_func_t **funcp) { argument
656 REQUIRE(funcp != NULL);
657 if (*funcp == NULL)
658 *funcp = &hmacsha1_functions;
942 dst__hmacsha224_init(dst_func_t **funcp) { argument
943 REQUIRE(funcp !
1229 dst__hmacsha256_init(dst_func_t **funcp) argument
1516 dst__hmacsha384_init(dst_func_t **funcp) argument
1803 dst__hmacsha512_init(dst_func_t **funcp) argument
[all...]
H A Dgssapi_link.c376 dst__gssapi_init(dst_func_t **funcp) { argument
377 REQUIRE(funcp != NULL);
378 if (*funcp == NULL)
379 *funcp = &gssapi_functions;
H A Dopensslecdsa_link.c634 dst__opensslecdsa_init(dst_func_t **funcp) { argument
635 REQUIRE(funcp != NULL);
636 if (*funcp == NULL)
637 *funcp = &opensslecdsa_functions;
H A Dopenssleddsa_link.c657 dst__openssleddsa_init(dst_func_t **funcp) { argument
658 REQUIRE(funcp != NULL);
659 if (*funcp == NULL)
660 *funcp = &openssleddsa_functions;
H A Dopensslgost_link.c574 dst__opensslgost_init(dst_func_t **funcp) { argument
577 REQUIRE(funcp != NULL);
607 if (*funcp == NULL)
608 *funcp = &opensslgost_functions;
H A Dopenssldh_link.c752 dst__openssldh_init(dst_func_t **funcp) { argument
753 REQUIRE(funcp != NULL);
754 if (*funcp == NULL) {
766 *funcp = &openssldh_functions;
H A Dopenssldsa_link.c795 dst__openssldsa_init(dst_func_t **funcp) { argument
796 REQUIRE(funcp != NULL);
797 if (*funcp == NULL)
798 *funcp = &openssldsa_functions;
H A Dpkcs11gost_link.c938 dst__pkcs11gost_init(dst_func_t **funcp) { argument
939 REQUIRE(funcp != NULL);
940 if (*funcp == NULL)
941 *funcp = &pkcs11gost_functions;
H A Dopensslrsa_link.c1779 dst__opensslrsa_init(dst_func_t **funcp, unsigned char algorithm) { argument
1780 REQUIRE(funcp != NULL);
1782 if (*funcp == NULL) {
1786 *funcp = &opensslrsa_functions;
1791 *funcp = &opensslrsa_functions;
1795 *funcp = &opensslrsa_functions;
H A Dpkcs11dh_link.c1117 dst__pkcs11dh_init(dst_func_t **funcp) { argument
1118 REQUIRE(funcp != NULL);
1119 if (*funcp == NULL)
1120 *funcp = &pkcs11dh_functions;
H A Dpkcs11dsa_link.c1107 dst__pkcs11dsa_init(dst_func_t **funcp) { argument
1108 REQUIRE(funcp != NULL);
1109 if (*funcp == NULL)
1110 *funcp = &pkcs11dsa_functions;
H A Dpkcs11eddsa_link.c1166 dst__pkcs11eddsa_init(dst_func_t **funcp) { argument
1167 REQUIRE(funcp != NULL);
1168 if (*funcp == NULL)
1169 *funcp = &pkcs11eddsa_functions;
H A Dpkcs11ecdsa_link.c1179 dst__pkcs11ecdsa_init(dst_func_t **funcp) { argument
1180 REQUIRE(funcp != NULL);
1181 if (*funcp == NULL)
1182 *funcp = &pkcs11ecdsa_functions;
H A Dpkcs11rsa_link.c2217 dst__pkcs11rsa_init(dst_func_t **funcp) { argument
2218 REQUIRE(funcp != NULL);
2220 if (*funcp == NULL)
2221 *funcp = &pkcs11rsa_functions;

Completed in 110 milliseconds