Searched refs:OSSL_PARAM_set_uint (Results 1 – 13 of 13) sorted by relevance
/openssl-master/providers/implementations/macs/ |
A D | siphash_prov.c | 164 && !OSSL_PARAM_set_uint(p, crounds(ctx))) in siphash_get_ctx_params() 167 && !OSSL_PARAM_set_uint(p, drounds(ctx))) in siphash_get_ctx_params()
|
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon.c | 48 if (p != NULL && !OSSL_PARAM_set_uint(p, md)) { in ossl_cipher_generic_get_params() 554 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->pad)) { in ossl_cipher_generic_get_ctx_params() 573 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->num)) { in ossl_cipher_generic_get_ctx_params()
|
A D | cipher_aes_cbc_hmac_sha.c | 239 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_interleave)) { in aes_get_ctx_params() 245 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->multiblock_aad_packlen)) { in aes_get_ctx_params()
|
A D | cipher_rc5.c | 125 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->rounds)) { in OSSL_PARAM_uint()
|
/openssl-master/providers/implementations/asymciphers/ |
A D | rsa_enc.c | 395 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->client_version)) in rsa_get_ctx_params() 399 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->alt_version)) in rsa_get_ctx_params()
|
/openssl-master/include/openssl/ |
A D | params.h | 115 int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val);
|
/openssl-master/providers/implementations/rands/ |
A D | drbg.c | 897 if (p != NULL && !OSSL_PARAM_set_uint(p, drbg->reseed_interval)) in ossl_drbg_get_ctx_params() 910 && !OSSL_PARAM_set_uint(p, tsan_load(&drbg->reseed_counter))) in ossl_drbg_get_ctx_params()
|
/openssl-master/test/ |
A D | params_api_test.c | 213 if (!TEST_true(OSSL_PARAM_set_uint(¶m, in))) in test_param_uint()
|
A D | evp_kdf_test.c | 842 && TEST_true(OSSL_PARAM_set_uint(p - 1, 10 * 1024 * 1024)) in test_kdf_scrypt()
|
/openssl-master/doc/man3/ |
A D | OSSL_PARAM_int.pod | 30 OSSL_PARAM_set_time_t, OSSL_PARAM_set_uint, OSSL_PARAM_set_uint32,
|
/openssl-master/crypto/ |
A D | params.c | 261 int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val) in OSSL_PARAM_set_uint() function
|
/openssl-master/crypto/evp/ |
A D | ctrl_params_translate.c | 680 return OSSL_PARAM_set_uint(ctx->params, in default_fixup_args()
|
/openssl-master/util/ |
A D | libcrypto.num | 4563 OSSL_PARAM_set_uint 4691 3_0_0 EXIST::FUNCTION:
|
Completed in 49 milliseconds