Home
last modified time | relevance | path

Searched refs:senderNonce (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_hdr.c63 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 Dcmp_local.h97 ASN1_OCTET_STRING *senderNonce; /* last nonce sent */ member
547 ASN1_OCTET_STRING *senderNonce; /* 5 */ member
H A Dcmp_vfy.c820 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 Dcmp_ctx.c228 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 Dcmp_server.c690 (void)ossl_cmp_ctx_set1_recipNonce(ctx, hdr->senderNonce); in OSSL_CMP_SRV_process_request()
H A Dcmp_client.c409 && !ossl_cmp_ctx_set1_first_senderNonce(ctx, ctx->senderNonce)) in save_senderNonce_if_waiting()
H A Dcmp_asn.c1057 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, senderNonce, ASN1_OCTET_STRING, 5),
/openssl/doc/internal/man3/
H A Dossl_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
/openssl/test/
H A Dcmp_hdr_test.c89 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 Dcmp_ctx_test.c97 && 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 Dcmp_vfy_test.c485 && !ossl_cmp_asn1_octet_string_set1_bytes(&ctx->senderNonce, in setup_check_update()
/openssl/crypto/objects/
H A Dobjects.txt642 id-cmc 6 : id-cmc-senderNonce

Completed in 48 milliseconds