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.c475 int nonce_len = OSSL_CMP_SENDERNONCE_LENGTH; in setup_check_update()
554 const unsigned char rec_nonce[OSSL_CMP_SENDERNONCE_LENGTH] = { in test_msg_check_recipient_nonce()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c332 if (!set_random(&hdr->senderNonce, ctx, OSSL_CMP_SENDERNONCE_LENGTH)) in ossl_cmp_hdr_init()
H A Dcmp_local.h906 #define OSSL_CMP_SENDERNONCE_LENGTH 16 macro