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

/freebsd-11-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-11-stable/contrib/ldns/
H A Dkeys.c123 static int gost_id = 0; local
127 if(gost_id) return gost_id;
132 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
133 return gost_id;
165 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth);
166 return gost_id;
184 int gost_id; local
188 gost_id = ldns_key_EVP_load_gost_id();
189 if(!gost_id)
790 int gost_id = ldns_key_EVP_load_gost_id(); local
[all...]
/freebsd-11-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 101 milliseconds