Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_UNMODIFIED (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dparams.h22 # define OSSL_PARAM_UNMODIFIED ((size_t)-1) macro
28 { (key), (type), (addr), (sz), OSSL_PARAM_UNMODIFIED }
/freebsd/crypto/openssl/providers/common/
H A Dprovider_ctx.c94 param[0].return_size = OSSL_PARAM_UNMODIFIED; in ossl_prov_ctx_get_param()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_null.c111 { OSSL_CIPHER_PARAM_TLS_MAC, OSSL_PARAM_OCTET_PTR, NULL, 0, OSSL_PARAM_UNMODIFIED },
H A Dciphercommon.c103 { OSSL_CIPHER_PARAM_TLS_MAC, OSSL_PARAM_OCTET_PTR, NULL, 0, OSSL_PARAM_UNMODIFIED }, in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_START()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod34 OSSL_PARAM_UNMODIFIED, OSSL_PARAM_modified, OSSL_PARAM_set_all_unmodified
59 #define OSSL_PARAM_UNMODIFIED
62 { (key), (type), (addr), (sz), OSSL_PARAM_UNMODIFIED }
301 The OSSL_PARAM_UNMODIFIED macro is used to detect if a parameter was set. On
/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c196 to->return_size = OSSL_PARAM_UNMODIFIED; in construct_from_text()
H A Dparams.c76 res.return_size = OSSL_PARAM_UNMODIFIED; in ossl_param_construct()
82 return p != NULL && p->return_size != OSSL_PARAM_UNMODIFIED; in OSSL_PARAM_modified()
89 p++->return_size = OSSL_PARAM_UNMODIFIED; in OSSL_PARAM_set_all_unmodified()
H A Dparam_build.c321 param[i].return_size = OSSL_PARAM_UNMODIFIED; in param_bld_convert()
H A Dprovider_core.c858 param[0].return_size = OSSL_PARAM_UNMODIFIED; in OSSL_PROVIDER_conf_get_bool()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c1463 size_t return_size = OSSL_PARAM_UNMODIFIED; in EVP_PKEY_get1_encoded_public_key()
1473 if (return_size == OSSL_PARAM_UNMODIFIED) in EVP_PKEY_get1_encoded_public_key()
H A Dpmeth_lib.c1079 if (os_params[0].return_size == OSSL_PARAM_UNMODIFIED) in evp_pkey_ctx_add1_octet_string()
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c135 param->return_size = OSSL_PARAM_UNMODIFIED; in test_param_type_extra()
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1021 size_t pub_len = OSSL_PARAM_UNMODIFIED; in dh5_init()
1045 pub_len == OSSL_PARAM_UNMODIFIED || in dh5_init()
3731 size_t pub_len = OSSL_PARAM_UNMODIFIED; in crypto_ec_key_get_pubkey_point()
3738 pub_len == OSSL_PARAM_UNMODIFIED || in crypto_ec_key_get_pubkey_point()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3161 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_UNMODIFIED.3