Searched refs:gost_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/sldns/
H A Dkeyraw.c138 static int gost_id = 0; local
142 if(gost_id) return gost_id;
147 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
148 return gost_id;
180 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
181 return gost_id;
/freebsd-12-stable/contrib/ldns/
H A Dkeys.c134 static int gost_id = 0; local
138 if(gost_id) return gost_id;
143 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
144 return gost_id;
176 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
177 return gost_id;
195 int gost_id; local
199 gost_id = ldns_key_EVP_load_gost_id();
200 if(!gost_id)
1095 int gost_id = ldns_key_EVP_load_gost_id(); local
[all...]
/freebsd-12-stable/contrib/unbound/
H A Dconfigure18775 static int gost_id = 0;
18779 if(gost_id) return gost_id;
18784 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
18785 return gost_id;
18813 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
18814 return gost_id;

Completed in 116 milliseconds