Searched refs:OSSL_PARAM_set_uint (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| H A D | siphash_prov.c | 173 && !OSSL_PARAM_set_uint(p, crounds(ctx))) in siphash_get_ctx_params() 176 && !OSSL_PARAM_set_uint(p, drounds(ctx))) in siphash_get_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | ciphercommon.c | 48 if (p != NULL && !OSSL_PARAM_set_uint(p, md)) { in ossl_cipher_generic_get_params() 585 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->pad)) { in ossl_cipher_generic_get_ctx_params() 604 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->num)) { in ossl_cipher_generic_get_ctx_params()
|
| H 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()
|
| H A D | cipher_rc5.c | 125 if (p != NULL && !OSSL_PARAM_set_uint(p, ctx->rounds)) { in OSSL_PARAM_uint()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 397 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->client_version)) in rsa_get_ctx_params() 401 if (p != NULL && !OSSL_PARAM_set_uint(p, prsactx->alt_version)) in rsa_get_ctx_params()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | params.h | 115 int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | params_api_test.c | 213 if (!TEST_true(OSSL_PARAM_set_uint(¶m, in))) in test_param_uint()
|
| H A D | evp_kdf_test.c | 891 && TEST_true(OSSL_PARAM_set_uint(p - 1, 10 * 1024 * 1024)) in test_kdf_scrypt()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | params.c | 263 int OSSL_PARAM_set_uint(OSSL_PARAM *p, unsigned int val) in OSSL_PARAM_set_uint() function
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_PARAM_int.pod | 30 OSSL_PARAM_set_time_t, OSSL_PARAM_set_uint, OSSL_PARAM_set_uint32,
|