Lines Matching refs:k2d
1332 key_to_paramstring_fn *p2s, i2d_of_void *k2d,
1352 i2d_of_void *k2d) in key_to_p8info() argument
1361 || (derlen = k2d(key, &der)) <= 0 in key_to_p8info()
1397 i2d_of_void *k2d, struct key2any_ctx_st *ctx) in key_to_encp8() argument
1400 key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8()
1414 i2d_of_void k2d) in xorx_key_to_pubkey() argument
1423 || (derlen = k2d(key, &der)) <= 0 in xorx_key_to_pubkey()
1459 i2d_of_void *k2d, in key_to_epki_der_priv_bio() argument
1474 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
1487 i2d_of_void *k2d, in key_to_epki_pem_priv_bio() argument
1502 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio()
1515 i2d_of_void *k2d, in key_to_pki_der_priv_bio() argument
1525 p2s, k2d, ctx); in key_to_pki_der_priv_bio()
1531 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio()
1547 i2d_of_void *k2d, in key_to_pki_pem_priv_bio() argument
1557 p2s, k2d, ctx); in key_to_pki_pem_priv_bio()
1563 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_pem_priv_bio()
1579 i2d_of_void *k2d, in key_to_spki_der_pub_bio() argument
1591 xpk = xorx_key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_der_pub_bio()
1604 i2d_of_void *k2d, in key_to_spki_pem_pub_bio() argument
1616 xpk = xorx_key_to_pubkey(key, key_nid, str, strtype, k2d); in key_to_spki_pem_pub_bio()