Home
last modified time | relevance | path

Searched refs:k2d (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c62 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
[all …]
/freebsd/sys/kern/
H A Dsubr_stats.c3217 double q_dbl, k_dbl, q2d, k2d; local
3219 k2d = Q_Q2D(k);
3232 KASSERT((k_dbl > k2d ? k_dbl - k2d : k2d - k_dbl) <