Home
last modified time | relevance | path

Searched refs:fstr (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/engine/
H A Dtb_asnmth.c192 ENGINE_FIND_STR fstr; in ENGINE_pkey_asn1_find_str() local
193 fstr.e = NULL; in ENGINE_pkey_asn1_find_str()
194 fstr.ameth = NULL; in ENGINE_pkey_asn1_find_str()
195 fstr.str = str; in ENGINE_pkey_asn1_find_str()
196 fstr.len = len; in ENGINE_pkey_asn1_find_str()
206 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr); in ENGINE_pkey_asn1_find_str()
208 if (fstr.e != NULL) { in ENGINE_pkey_asn1_find_str()
211 if (!CRYPTO_UP_REF(&fstr.e->struct_ref, &ref)) { in ENGINE_pkey_asn1_find_str()
216 ENGINE_REF_PRINT(fstr.e, 0, 1); in ENGINE_pkey_asn1_find_str()
218 *pe = fstr.e; in ENGINE_pkey_asn1_find_str()
[all …]
/openssl/crypto/evp/
H A Dp_lib.c2461 char fstr[80]; in EVP_PKEY_get_field_type() local
2487 fstr, sizeof(fstr), &fstrlen)) in EVP_PKEY_get_field_type()
2490 if (strcmp(fstr, SN_X9_62_prime_field) == 0) in EVP_PKEY_get_field_type()
2492 else if (strcmp(fstr, SN_X9_62_characteristic_two_field)) in EVP_PKEY_get_field_type()

Completed in 14 milliseconds