Home
last modified time | relevance | path

Searched refs:OSSL_CMP_SENDERNONCE_LENGTH (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c460 int nonce_len = OSSL_CMP_SENDERNONCE_LENGTH; in setup_check_update()
538 const unsigned char rec_nonce[OSSL_CMP_SENDERNONCE_LENGTH] = { in test_msg_check_recipient_nonce()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c352 if (!set_random(&hdr->senderNonce, ctx, OSSL_CMP_SENDERNONCE_LENGTH)) in ossl_cmp_hdr_init()
H A Dcmp_local.h821 # define OSSL_CMP_SENDERNONCE_LENGTH 16 macro