Home
last modified time | relevance | path

Searched refs:OSSL_EXCHANGE_PARAM_PAD (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod21 =item "pad" (B<OSSL_EXCHANGE_PARAM_PAD>) <unsigned integer>
99 params[0] = OSSL_PARAM_construct_uint(OSSL_EXCHANGE_PARAM_PAD, &pad);
H A DEVP_KEYEXCH-X25519.pod17 =item "pad" (B<OSSL_EXCHANGE_PARAM_PAD>) <unsigned integer>
H A DEVP_KEYEXCH-ECDH.pod80 params[0] = OSSL_PARAM_construct_uint(OSSL_EXCHANGE_PARAM_PAD, &pad);
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c388 p = OSSL_PARAM_locate_const(params, OSSL_EXCHANGE_PARAM_PAD); in dh_set_ctx_params()
413 OSSL_PARAM_int(OSSL_EXCHANGE_PARAM_PAD, NULL),
/freebsd/crypto/openssl/crypto/evp/
H A Ddh_ctrl.c170 dh_pad_params[0] = OSSL_PARAM_construct_uint(OSSL_EXCHANGE_PARAM_PAD, &upad); in EVP_PKEY_CTX_set_dh_pad()
H A Dctrl_params_translate.c2108 OSSL_EXCHANGE_PARAM_PAD, OSSL_PARAM_UNSIGNED_INTEGER, NULL },
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h435 #define OSSL_EXCHANGE_PARAM_PAD "pad" /* uint */ macro