Searched refs:senderNonce (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 63 return hdr->senderNonce; in ossl_cmp_hdr_get0_senderNonce() 334 if (!set_random(&hdr->senderNonce, ctx, OSSL_CMP_SENDERNONCE_LENGTH)) in ossl_cmp_hdr_init() 338 if (!OSSL_CMP_CTX_set1_senderNonce(ctx, hdr->senderNonce)) in ossl_cmp_hdr_init()
|
H A D | cmp_local.h | 97 ASN1_OCTET_STRING *senderNonce; /* last nonce sent */ member 547 ASN1_OCTET_STRING *senderNonce; /* 5 */ member
|
H A D | cmp_vfy.c | 820 if (!check_transactionID_or_nonce(ctx->senderNonce, hdr->recipNonce, in ossl_cmp_msg_check_update() 845 if (!ossl_cmp_ctx_set1_recipNonce(ctx, hdr->senderNonce)) in ossl_cmp_msg_check_update()
|
H A D | cmp_ctx.c | 228 ASN1_OCTET_STRING_free(ctx->senderNonce); in OSSL_CMP_CTX_free() 817 DEFINE_set1_ASN1_OCTET_STRING(OSSL_CMP_CTX, senderNonce) in DEFINE_set1_ASN1_OCTET_STRING()
|
H A D | cmp_server.c | 690 (void)ossl_cmp_ctx_set1_recipNonce(ctx, hdr->senderNonce); in OSSL_CMP_SRV_process_request()
|
H A D | cmp_client.c | 409 && !ossl_cmp_ctx_set1_first_senderNonce(ctx, ctx->senderNonce)) in save_senderNonce_if_waiting()
|
H A D | cmp_asn.c | 1057 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, senderNonce, ASN1_OCTET_STRING, 5),
|
/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 | 89 if (!TEST_int_eq(ASN1_OCTET_STRING_cmp(fixture->cmp_ctx->senderNonce, sn), in execute_HDR_get0_senderNonce_test() 427 fixture->cmp_ctx->senderNonce))) in execute_HDR_init_test()
|
H A D | cmp_ctx_test.c | 97 && ctx->senderNonce == NULL in execute_CTX_reinit_test() 811 DEFINE_SET_TEST(OSSL_CMP, CTX, 1, 1, senderNonce, ASN1_OCTET_STRING) in DEFINE_SET_CB_TEST()
|
H A D | cmp_vfy_test.c | 485 && !ossl_cmp_asn1_octet_string_set1_bytes(&ctx->senderNonce, in setup_check_update()
|
/openssl/crypto/objects/ |
H A D | objects.txt | 642 id-cmc 6 : id-cmc-senderNonce
|
Completed in 48 milliseconds