HomeSort by: relevance | last modified time | path
    Searched defs:ossl_cmp_msg_create (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_msg.c 185 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype) function
425 if ((msg = ossl_cmp_msg_create(ctx, type)) == NULL)
433 /* For P10CR the content has already been set in OSSL_CMP_MSG_create */
526 if ((msg = ossl_cmp_msg_create(ctx, bodytype)) == NULL)
638 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RR)) == NULL)
669 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RP)) == NULL)
711 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_PKICONF)) == NULL)
773 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL)
814 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_ERROR)) == NULL)
890 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_CERTCONF)) == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_msg.c 161 OSSL_CMP_MSG *ossl_cmp_msg_create(OSSL_CMP_CTX *ctx, int bodytype) function
396 if ((msg = ossl_cmp_msg_create(ctx, type)) == NULL)
404 /* For P10CR the content has already been set in OSSL_CMP_MSG_create */
459 if ((msg = ossl_cmp_msg_create(ctx, bodytype)) == NULL)
552 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RR)) == NULL)
583 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_RP)) == NULL)
626 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_PKICONF)) == NULL)
688 if ((msg = ossl_cmp_msg_create(ctx, body_type)) == NULL)
729 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_ERROR)) == NULL)
803 if ((msg = ossl_cmp_msg_create(ctx, OSSL_CMP_PKIBODY_CERTCONF)) == NULL
    [all...]

Completed in 29 milliseconds