Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c69 OSSL_i2d_of_void_ctx *k2d, KEY2ANY_CTX *ctx);
87 OSSL_i2d_of_void_ctx *k2d, in key_to_p8info() argument
97 || (derlen = k2d(key, &der, (void *)ctx)) <= 0 in key_to_p8info()
133 OSSL_i2d_of_void_ctx *k2d, in key_to_encp8() argument
136 PKCS8_PRIV_KEY_INFO *p8info = key_to_p8info(key, key_nid, params, params_type, k2d, ctx); in key_to_encp8()
150 OSSL_i2d_of_void_ctx *k2d, in key_to_pubkey() argument
160 || (derlen = k2d(key, &der, (void *)ctx)) <= 0 in key_to_pubkey()
195 OSSL_i2d_of_void_ctx *k2d, in key_to_epki_der_priv_bio() argument
209 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
222 OSSL_i2d_of_void_ctx *k2d, in key_to_epki_pem_priv_bio() argument
[all …]
/freebsd/crypto/openssl/test/
H A Dtls-provider.c1329 key_to_paramstring_fn *p2s, i2d_of_void *k2d,
1348 i2d_of_void *k2d) in key_to_p8info() argument
1357 || (derlen = k2d(key, &der)) <= 0 in key_to_p8info()
1393 i2d_of_void *k2d, struct key2any_ctx_st *ctx) in key_to_encp8() argument
1395 PKCS8_PRIV_KEY_INFO *p8info = key_to_p8info(key, key_nid, params, params_type, k2d); in key_to_encp8()
1409 i2d_of_void k2d) in xorx_key_to_pubkey() argument
1418 || (derlen = k2d(key, &der)) <= 0 in xorx_key_to_pubkey()
1454 i2d_of_void *k2d, in key_to_epki_der_priv_bio() argument
1468 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
1481 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) <