OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sparam
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/asn1/
p5_scrypt.c
162
SCRYPT_PARAMS *
sparam
= SCRYPT_PARAMS_new();
local
164
if (
sparam
== NULL) {
173
if (ASN1_STRING_set(
sparam
->salt, salt, saltlen) == 0) {
178
if (salt == NULL && RAND_bytes(
sparam
->salt->data, saltlen) <= 0)
181
if (ASN1_INTEGER_set_uint64(
sparam
->costParameter, N) == 0) {
186
if (ASN1_INTEGER_set_uint64(
sparam
->blockSize, r) == 0) {
191
if (ASN1_INTEGER_set_uint64(
sparam
->parallelizationParameter, p) == 0) {
199
sparam
->keyLength = ASN1_INTEGER_new();
200
if (
sparam
->keyLength == NULL) {
204
if (ASN1_INTEGER_set_int64(
sparam
->keyLength, keylen) == 0)
248
SCRYPT_PARAMS *
sparam
= NULL;
local
[
all
...]
/src/crypto/external/bsd/openssl/dist/crypto/asn1/
p5_scrypt.c
152
SCRYPT_PARAMS *
sparam
= SCRYPT_PARAMS_new();
local
154
if (
sparam
== NULL)
161
if (ASN1_STRING_set(
sparam
->salt, salt, saltlen) == 0)
164
if (salt == NULL && RAND_bytes(
sparam
->salt->data, saltlen) <= 0)
167
if (ASN1_INTEGER_set_uint64(
sparam
->costParameter, N) == 0)
170
if (ASN1_INTEGER_set_uint64(
sparam
->blockSize, r) == 0)
173
if (ASN1_INTEGER_set_uint64(
sparam
->parallelizationParameter, p) == 0)
179
sparam
->keyLength = ASN1_INTEGER_new();
180
if (
sparam
->keyLength == NULL)
182
if (ASN1_INTEGER_set_int64(
sparam
->keyLength, keylen) == 0
221
SCRYPT_PARAMS *
sparam
= NULL;
local
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
p5_scrypt.c
153
SCRYPT_PARAMS *
sparam
= SCRYPT_PARAMS_new();
local
155
if (
sparam
== NULL)
162
if (ASN1_STRING_set(
sparam
->salt, salt, saltlen) == 0)
165
if (salt == NULL && RAND_bytes(
sparam
->salt->data, saltlen) <= 0)
168
if (ASN1_INTEGER_set_uint64(
sparam
->costParameter, N) == 0)
171
if (ASN1_INTEGER_set_uint64(
sparam
->blockSize, r) == 0)
174
if (ASN1_INTEGER_set_uint64(
sparam
->parallelizationParameter, p) == 0)
180
sparam
->keyLength = ASN1_INTEGER_new();
181
if (
sparam
->keyLength == NULL)
183
if (ASN1_INTEGER_set_int64(
sparam
->keyLength, keylen) == 0
221
SCRYPT_PARAMS *
sparam
= NULL;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_main.c
748
struct sched_param
sparam
= {.sched_priority = 1};
local
752
sched_setscheduler(current, SCHED_FIFO, &
sparam
);
Completed in 51 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026