HomeSort by: relevance | last modified time | path
    Searched refs:custom_ctx (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
cmp_server_test.c 67 char *dummy_custom_ctx = "@test_dummy", *custom_ctx; local
79 || !TEST_ptr(custom_ctx = OSSL_CMP_SRV_CTX_get0_custom_ctx(ctx))
80 || !TEST_int_eq(strcmp(custom_ctx, dummy_custom_ctx), 0))
  /src/crypto/external/apache2/openssl/dist/test/
cmp_server_test.c 67 char *dummy_custom_ctx = "@test_dummy", *custom_ctx; local
80 || !TEST_ptr(custom_ctx = OSSL_CMP_SRV_CTX_get0_custom_ctx(ctx))
81 || !TEST_int_eq(strcmp(custom_ctx, dummy_custom_ctx), 0))
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_server.c 25 void *custom_ctx; /* application-specific server context */ member in struct:ossl_cmp_srv_ctx_st
73 int OSSL_CMP_SRV_CTX_init(OSSL_CMP_SRV_CTX *srv_ctx, void *custom_ctx,
85 srv_ctx->custom_ctx = custom_ctx;
123 return srv_ctx->custom_ctx;
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_server.c 25 void *custom_ctx; /* pointer to application-specific server context */ member in struct:ossl_cmp_srv_ctx_st
70 int OSSL_CMP_SRV_CTX_init(OSSL_CMP_SRV_CTX *srv_ctx, void *custom_ctx,
82 srv_ctx->custom_ctx = custom_ctx;
107 return srv_ctx->custom_ctx;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
cmp.h.in 438 int OSSL_CMP_SRV_CTX_init(OSSL_CMP_SRV_CTX *srv_ctx, void *custom_ctx,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
cmp.h.in 535 int OSSL_CMP_SRV_CTX_init(OSSL_CMP_SRV_CTX *srv_ctx, void *custom_ctx,

Completed in 28 milliseconds