OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ikme
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/hpke/
hpke.c
73
unsigned char *
ikme
; /* IKM for sender deterministic key gen */
member in struct:ossl_hpke_ctx_st
494
if (ctx->
ikme
!= NULL) {
496
ctx->
ikme
, ctx->ikmelen);
872
OPENSSL_clear_free(ctx->
ikme
, ctx->ikmelen);
927
const unsigned char *
ikme
, size_t ikmelen)
929
if (ctx == NULL ||
ikme
== NULL) {
941
OPENSSL_clear_free(ctx->
ikme
, ctx->ikmelen);
942
ctx->
ikme
= OPENSSL_memdup(
ikme
, ikmelen);
943
if (ctx->
ikme
== NULL
[
all
...]
/src/crypto/external/apache2/openssl/dist/include/openssl/
hpke.h
149
const unsigned char *
ikme
, size_t ikmelen);
/src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_ml_kem_codecs.t
32
my $
ikme
= join ("", map {sprintf "%02x", $_} (0..31));
80
'-pkeyopt', "hexikme:$
ikme
", '-secret',
15-test_ml_dsa_codecs.t
32
my $
ikme
= join ("", map {sprintf "%02x", $_} (0..31));
/src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_data.inc
3113
* -pkeyopt
ikme
:00000000000000000000000000000000 -secret good.dat \
Completed in 25 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026