Searched refs:recipNonce (Results 1 – 13 of 13) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 72 return hdr->recipNonce; in OSSL_CMP_HDR_get0_recipNonce() 314 if (ctx->recipNonce != NULL in ossl_cmp_hdr_init() 315 && !ossl_cmp_asn1_octet_string_set1(&hdr->recipNonce, in ossl_cmp_hdr_init() 316 ctx->recipNonce)) in ossl_cmp_hdr_init()
|
H A D | cmp_local.h | 98 ASN1_OCTET_STRING *recipNonce; /* last nonce received */ member 548 ASN1_OCTET_STRING *recipNonce; /* 6 */ member
|
H A D | cmp_vfy.c | 820 if (!check_transactionID_or_nonce(ctx->senderNonce, hdr->recipNonce, in ossl_cmp_msg_check_update() 827 hdr->recipNonce, in ossl_cmp_msg_check_update()
|
H A D | cmp_msg.c | 1109 if (ctx->recipNonce == NULL) /* nothing to do for 1st msg in transaction */ in OSSL_CMP_MSG_update_recipNonce() 1111 if (!ossl_cmp_asn1_octet_string_set1(&msg->header->recipNonce, in OSSL_CMP_MSG_update_recipNonce() 1112 ctx->recipNonce)) in OSSL_CMP_MSG_update_recipNonce()
|
H A D | cmp_ctx.c | 229 ASN1_OCTET_STRING_free(ctx->recipNonce); in OSSL_CMP_CTX_free() 814 DEFINE_set1_ASN1_OCTET_STRING(ossl_cmp_ctx, recipNonce) in DEFINE_set1_ASN1_OCTET_STRING()
|
H A D | cmp_asn.c | 1058 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, recipNonce, ASN1_OCTET_STRING, 6),
|
/openssl/doc/internal/man3/ |
H A D | ossl_cmp_msg_check_update.pod | 42 =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
|
/openssl/test/ |
H A D | cmp_hdr_test.c | 435 ctx_nonce = fixture->cmp_ctx->recipNonce; in execute_HDR_init_test()
|
H A D | cmp_ctx_test.c | 98 && ctx->recipNonce == NULL)) in execute_CTX_reinit_test() 812 DEFINE_SET_TEST(ossl_cmp, ctx, 1, 1, recipNonce, ASN1_OCTET_STRING) in DEFINE_SET_CB_TEST()
|
H A D | cmp_vfy_test.c | 459 fixture->cmp_ctx->recipNonce)) in execute_msg_check_test()
|
/openssl/doc/man3/ |
H A D | OSSL_CMP_MSG_get0_header.pod | 46 OSSL_CMP_MSG_update_recipNonce() updates the recipNonce field
|
H A D | OSSL_CMP_CTX_new.pod | 748 the I<ctx>. This will be used to validate the recipNonce in incoming messages.
|
/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 1075 The client needs to update the recipNonce field in the given requests (except
|
Completed in 45 milliseconds