Searched refs:strtype (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/implementations/encode_decode/ |
H 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/test/ |
H A D | tls-provider.c | 1464 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local 1471 &str, &strtype)) in key_to_epki_der_priv_bio() 1492 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() local 1499 &str, &strtype)) in key_to_epki_pem_priv_bio() 1520 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local 1536 free_asn1_data(strtype, str); in key_to_pki_der_priv_bio() 1552 int strtype = V_ASN1_UNDEF; in key_to_pki_pem_priv_bio() local 1568 free_asn1_data(strtype, str); in key_to_pki_pem_priv_bio() 1585 int strtype = V_ASN1_UNDEF; in key_to_spki_der_pub_bio() local 1610 int strtype = V_ASN1_UNDEF; in key_to_spki_pem_pub_bio() local [all …]
|
/openssl/crypto/rsa/ |
H 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() 68 strtype, str, penc, penclen)) in rsa_pub_encode() 150 int strtype; in rsa_priv_encode() local 152 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode() 163 strtype, str, rk, rklen)) { in rsa_priv_encode()
|
/openssl/crypto/evp/ |
H A D | p_lib.c | 383 const char *strtype, in new_raw_key_int() argument 401 if (strtype != NULL) in new_raw_key_int() 402 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); in new_raw_key_int() 420 strtype != NULL ? strtype in new_raw_key_int() 457 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) { in new_raw_key_int()
|
Completed in 40 milliseconds