OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kdftype
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
sshkdf.c
163
const char *
kdftype
;
local
165
if (!OSSL_PARAM_get_utf8_string_ptr(p, &
kdftype
))
168
if (
kdftype
== NULL || p->data_size != 1)
170
if (
kdftype
[0] < 65 ||
kdftype
[0] > 70) {
174
ctx->type =
kdftype
[0];
/src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
sshkdf.c
265
const char *
kdftype
;
local
267
if (!OSSL_PARAM_get_utf8_string_ptr(p, &
kdftype
))
270
if (
kdftype
== NULL || p->data_size != 1)
272
if (
kdftype
[0] < 65 ||
kdftype
[0] > 70) {
276
ctx->type =
kdftype
[0];
/src/crypto/external/bsd/openssl/dist/test/
evp_kdf_test.c
1510
char
kdftype
= EVP_KDF_SSHKDF_TYPE_INITIAL_IV_CLI_TO_SRV;
local
1550
&
kdftype
, sizeof(
kdftype
));
/src/crypto/external/apache2/openssl/dist/test/
evp_kdf_test.c
2009
char
kdftype
= EVP_KDF_SSHKDF_TYPE_INITIAL_IV_CLI_TO_SRV;
local
2049
&
kdftype
, sizeof(
kdftype
));
Completed in 49 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026