Lines Matching refs:k2d

62                           key_to_paramstring_fn *p2s, i2d_of_void *k2d,
82 i2d_of_void *k2d) in key_to_p8info() argument
91 || (derlen = k2d(key, &der)) <= 0 in key_to_p8info()
127 i2d_of_void *k2d, struct key2any_ctx_st *ctx) in key_to_encp8() argument
130 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8()
144 i2d_of_void k2d) in key_to_pubkey() argument
154 || (derlen = k2d(key, &der)) <= 0 in key_to_pubkey()
189 i2d_of_void *k2d, in key_to_epki_der_priv_bio() argument
204 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
217 i2d_of_void *k2d, in key_to_epki_pem_priv_bio() argument
232 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio()
245 i2d_of_void *k2d, in key_to_pki_der_priv_bio() argument
255 p2s, k2d, ctx); in key_to_pki_der_priv_bio()
261 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio()
277 i2d_of_void *k2d, in key_to_pki_pem_priv_bio() argument
287 p2s, k2d, ctx); in key_to_pki_pem_priv_bio()
293 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_pem_priv_bio()
309 i2d_of_void *k2d, in key_to_spki_der_pub_bio() argument
321 xpk = key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_der_pub_bio()
335 i2d_of_void *k2d, in key_to_spki_pem_pub_bio() argument
347 xpk = key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_pem_pub_bio()
375 i2d_of_void *k2d, in key_to_type_specific_der_bio() argument
382 if ((derlen = k2d(key, &der)) <= 0) { in key_to_type_specific_der_bio()
398 i2d_of_void *k2d, in key_to_type_specific_pem_bio_cb() argument
403 PEM_ASN1_write_bio(k2d, pemname, out, key, ctx->cipher, in key_to_type_specific_pem_bio_cb()
410 i2d_of_void *k2d, in key_to_type_specific_pem_priv_bio() argument
414 p2s, k2d, ctx, in key_to_type_specific_pem_priv_bio()
421 i2d_of_void *k2d, in key_to_type_specific_pem_pub_bio() argument
425 p2s, k2d, ctx, NULL, NULL); in key_to_type_specific_pem_pub_bio()
432 i2d_of_void *k2d, in key_to_type_specific_pem_param_bio() argument
436 p2s, k2d, ctx, NULL, NULL); in key_to_type_specific_pem_param_bio()