Searched refs:p2s (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 200 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_epki_der_priv_bio() 228 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_epki_pem_priv_bio() 244 key_to_paramstring_fn *p2s, in key_to_pki_der_priv_bio() argument 255 p2s, k2d, ctx); in key_to_pki_der_priv_bio() 257 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_pki_der_priv_bio() 276 key_to_paramstring_fn *p2s, in key_to_pki_pem_priv_bio() argument 287 p2s, k2d, ctx); in key_to_pki_pem_priv_bio() 289 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_pki_pem_priv_bio() 317 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_spki_der_pub_bio() 343 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_spki_pem_pub_bio() [all …]
|
/openssl/test/ |
H A D | tls-provider.c | 1470 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_epki_der_priv_bio() 1498 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_epki_pem_priv_bio() 1514 key_to_paramstring_fn *p2s, in key_to_pki_der_priv_bio() argument 1525 p2s, k2d, ctx); in key_to_pki_der_priv_bio() 1527 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_pki_der_priv_bio() 1546 key_to_paramstring_fn *p2s, in key_to_pki_pem_priv_bio() argument 1557 p2s, k2d, ctx); in key_to_pki_pem_priv_bio() 1559 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_pki_pem_priv_bio() 1578 key_to_paramstring_fn *p2s, in key_to_spki_der_pub_bio() argument 1587 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, in key_to_spki_der_pub_bio() [all …]
|
Completed in 20 milliseconds