OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:header_nonce
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
cmp_hdr_test.c
416
ASN1_OCTET_STRING *
header_nonce
, *header_transactionID;
local
428
header_nonce
= ossl_cmp_hdr_get0_senderNonce(fixture->hdr);
429
if (!TEST_int_eq(0, ASN1_OCTET_STRING_cmp(
header_nonce
, fixture->cmp_ctx->senderNonce)))
437
header_nonce
= OSSL_CMP_HDR_get0_recipNonce(fixture->hdr);
440
&& (!TEST_ptr(
header_nonce
)
441
|| !TEST_int_eq(0, ASN1_OCTET_STRING_cmp(
header_nonce
, ctx_nonce))))
/src/crypto/external/bsd/openssl/dist/test/
cmp_hdr_test.c
414
ASN1_OCTET_STRING *
header_nonce
, *header_transactionID;
local
426
header_nonce
= ossl_cmp_hdr_get0_senderNonce(fixture->hdr);
427
if (!TEST_int_eq(0, ASN1_OCTET_STRING_cmp(
header_nonce
,
435
header_nonce
= OSSL_CMP_HDR_get0_recipNonce(fixture->hdr);
438
&& (!TEST_ptr(
header_nonce
)
439
|| !TEST_int_eq(0, ASN1_OCTET_STRING_cmp(
header_nonce
,
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026