Home
last modified time | relevance | path

Searched refs:OSSL_CMP_OPT_TOTAL_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c1098 case OSSL_CMP_OPT_TOTAL_TIMEOUT: in OSSL_CMP_CTX_set_option()
1163 case OSSL_CMP_OPT_TOTAL_TIMEOUT: in OSSL_CMP_CTX_get_option()
/freebsd/crypto/openssl/test/
H A Dcmp_client_test.c207 OSSL_CMP_OPT_TOTAL_TIMEOUT, total_timeout); in test_exec_IR_ses_poll()
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in273 # define OSSL_CMP_OPT_TOTAL_TIMEOUT 12 macro
H A Dcmp.h392 # define OSSL_CMP_OPT_TOTAL_TIMEOUT 12 macro
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod215 Default is to use the B<OSSL_CMP_OPT_TOTAL_TIMEOUT> setting.
217 =item B<OSSL_CMP_OPT_TOTAL_TIMEOUT>
/freebsd/crypto/openssl/apps/
H A Dcmp.c1942 (void)OSSL_CMP_CTX_set_option(ctx, OSSL_CMP_OPT_TOTAL_TIMEOUT, in setup_client_ctx()