Searched refs:strtype (Results 1 – 3 of 3) sorted by relevance
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2any.c | 194 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local 201 &str, &strtype)) in key_to_epki_der_priv_bio() 222 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() local 229 &str, &strtype)) in key_to_epki_pem_priv_bio() 250 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local 266 free_asn1_data(strtype, str); in key_to_pki_der_priv_bio() 282 int strtype = V_ASN1_UNDEF; in key_to_pki_pem_priv_bio() local 298 free_asn1_data(strtype, str); in key_to_pki_pem_priv_bio() 314 int strtype = V_ASN1_UNDEF; in key_to_spki_der_pub_bio() local 340 int strtype = V_ASN1_UNDEF; in key_to_spki_pem_pub_bio() local [all …]
|
/openssl-master/crypto/rsa/ |
A D | rsa_ameth.c | 58 int strtype; in rsa_pub_encode() local 60 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode() 66 strtype, str, penc, penclen)) in rsa_pub_encode() 147 int strtype; in rsa_priv_encode() local 149 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode() 160 strtype, str, rk, rklen)) { in rsa_priv_encode()
|
/openssl-master/crypto/evp/ |
A D | p_lib.c | 370 const char *strtype, in new_raw_key_int() argument 388 if (strtype != NULL) in new_raw_key_int() 389 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); in new_raw_key_int() 407 strtype != NULL ? strtype in new_raw_key_int() 444 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) { in new_raw_key_int()
|
Completed in 17 milliseconds