Home
last modified time | relevance | path

Searched defs:p2s (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2any.c188 key_to_paramstring_fn *p2s, in key_to_epki_der_priv_bio()
216 key_to_paramstring_fn *p2s, in key_to_epki_pem_priv_bio()
244 key_to_paramstring_fn *p2s, in key_to_pki_der_priv_bio()
276 key_to_paramstring_fn *p2s, in key_to_pki_pem_priv_bio()
308 key_to_paramstring_fn *p2s, in key_to_spki_der_pub_bio()
334 key_to_paramstring_fn *p2s, in key_to_spki_pem_pub_bio()
374 key_to_paramstring_fn *p2s, in key_to_type_specific_der_bio()
397 key_to_paramstring_fn *p2s, in key_to_type_specific_pem_bio_cb()
409 key_to_paramstring_fn *p2s, in key_to_type_specific_pem_priv_bio()
420 key_to_paramstring_fn *p2s, in key_to_type_specific_pem_pub_bio()
[all …]
/netbsd-src/usr.bin/netstat/
H A Dinet.c424 #define p2s(f1, f2, m) if (tcpstat[f1] || tcpstat[f2] || sflag <= 1) \ in tcp_stats() macro