Home
last modified time | relevance | path

Searched refs:recipNonce (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/crypto/openssl/crypto/cmp/
HDcmp_hdr.c72 return hdr->recipNonce; in OSSL_CMP_HDR_get0_recipNonce()
332 if (ctx->recipNonce != NULL in ossl_cmp_hdr_init()
333 && !ossl_cmp_asn1_octet_string_set1(&hdr->recipNonce, in ossl_cmp_hdr_init()
334 ctx->recipNonce)) in ossl_cmp_hdr_init()
HDcmp_local.h94 ASN1_OCTET_STRING *recipNonce; /* last nonce received */ member
492 ASN1_OCTET_STRING *recipNonce; /* 6 */ member
HDcmp_vfy.c758 && (msg->header->recipNonce == NULL in ossl_cmp_msg_check_update()
760 hdr->recipNonce) != 0)) { in ossl_cmp_msg_check_update()
HDcmp_msg.c1089 if (ctx->recipNonce == NULL) /* nothing to do for 1st msg in transaction */ in OSSL_CMP_MSG_update_recipNonce()
1091 if (!ossl_cmp_asn1_octet_string_set1(&msg->header->recipNonce, in OSSL_CMP_MSG_update_recipNonce()
1092 ctx->recipNonce)) in OSSL_CMP_MSG_update_recipNonce()
HDcmp_ctx.c217 ASN1_OCTET_STRING_free(ctx->recipNonce); in OSSL_CMP_CTX_free()
884 return ossl_cmp_asn1_octet_string_set1(&ctx->recipNonce, nonce); in ossl_cmp_ctx_set1_recipNonce()
HDcmp_asn.c430 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, recipNonce, ASN1_OCTET_STRING, 6),
/freebsd-14-stable/crypto/openssl/doc/internal/man3/
HDossl_cmp_msg_check_update.pod42 =item its recipNonce matches any senderNonce given in B<ctx>.
64 records in B<ctx> the senderNonce of the received message as the new recipNonce
/freebsd-14-stable/crypto/openssl/test/
HDcmp_ctx_test.c102 && ctx->recipNonce == NULL)) in execute_CTX_reinit_test()
793 DEFINE_SET_TEST(ossl_cmp, ctx, 1, 1, recipNonce, ASN1_OCTET_STRING) in DEFINE_SET_CB_TEST()
HDcmp_hdr_test.c436 ctx_nonce = fixture->cmp_ctx->recipNonce; in execute_HDR_init_test()
HDcmp_vfy_test.c442 fixture->cmp_ctx->recipNonce)) in execute_msg_check_test()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_CMP_MSG_get0_header.pod41 OSSL_CMP_MSG_update_recipNonce() updates the recipNonce field
HDOSSL_CMP_CTX_new.pod692 the I<ctx>. This will be used to validate the recipNonce in incoming messages.
/freebsd-14-stable/crypto/openssl/doc/man1/
HDopenssl-cmp.pod.in916 The client needs to update the recipNonce field in the given requests (except