Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_UNMODIFIED (Results 1 – 12 of 12) 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/implementations/ciphers/
H A Dcipher_null.c111 { OSSL_CIPHER_PARAM_TLS_MAC, OSSL_PARAM_OCTET_PTR, NULL, 0, OSSL_PARAM_UNMODIFIED },
H A Dciphercommon.c101 { OSSL_CIPHER_PARAM_TLS_MAC, OSSL_PARAM_OCTET_PTR, NULL, 0, OSSL_PARAM_UNMODIFIED }, in CIPHER_DEFAULT_GETTABLE_CTX_PARAMS_START()
/freebsd/crypto/openssl/crypto/
H A Dparams_from_text.c198 to->return_size = OSSL_PARAM_UNMODIFIED; in construct_from_text()
H A Dparams.c52 res.return_size = OSSL_PARAM_UNMODIFIED; in ossl_param_construct()
58 return p != NULL && p->return_size != OSSL_PARAM_UNMODIFIED; in OSSL_PARAM_modified()
65 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()
/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/evp/
H A Dp_lib.c1406 size_t return_size = OSSL_PARAM_UNMODIFIED; in EVP_PKEY_get1_encoded_public_key()
1416 if (return_size == OSSL_PARAM_UNMODIFIED) in EVP_PKEY_get1_encoded_public_key()
H A Dpmeth_lib.c1075 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.c84 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 DMakefile3092 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_UNMODIFIED.3