Searched refs:gost_id (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.c | 142 static int gost_id = 0; in sldns_key_EVP_load_gost_id() local 146 if(gost_id) return gost_id; in sldns_key_EVP_load_gost_id() 151 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); in sldns_key_EVP_load_gost_id() 152 return gost_id; in sldns_key_EVP_load_gost_id() 184 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); in sldns_key_EVP_load_gost_id() 185 return gost_id; in sldns_key_EVP_load_gost_id()
|
/freebsd/contrib/ldns/ |
H A D | keys.c | 142 static int gost_id = 0; in ldns_key_EVP_load_gost_id() local 146 if(gost_id) return gost_id; in ldns_key_EVP_load_gost_id() 151 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); in ldns_key_EVP_load_gost_id() 152 return gost_id; in ldns_key_EVP_load_gost_id() 184 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); in ldns_key_EVP_load_gost_id() 185 return gost_id; in ldns_key_EVP_load_gost_id() 203 int gost_id; in ldns_key_new_frm_fp_gost_l() local 207 gost_id = ldns_key_EVP_load_gost_id(); in ldns_key_new_frm_fp_gost_l() 208 if(!gost_id) in ldns_key_new_frm_fp_gost_l() 223 pkey = d2i_PrivateKey(gost_id, NULL, &pp, (int)ldns_rdf_size(b64rdf)); in ldns_key_new_frm_fp_gost_l() [all …]
|
H A D | configure.ac | 439 static int gost_id = 0; 443 if(gost_id) return gost_id; 448 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 449 return gost_id; 477 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 478 return gost_id;
|
H A D | configure | 16813 static int gost_id = 0; 16817 if(gost_id) return gost_id; 16822 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 16823 return gost_id; 16851 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 16852 return gost_id;
|
/freebsd/contrib/unbound/ |
H A D | configure.ac | 1125 static int gost_id = 0; 1129 if(gost_id) return gost_id; 1134 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 1135 return gost_id; 1163 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 1164 return gost_id;
|
H A D | configure | 21213 static int gost_id = 0; 21217 if(gost_id) return gost_id; 21222 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 21223 return gost_id; 21251 EVP_PKEY_asn1_get0_info(&gost_id, NULL, NULL, NULL, NULL, meth); 21252 return gost_id;
|