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

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_vfy.c 108 int OSSL_CMP_validate_cert_path(const OSSL_CMP_CTX *ctx,
242 * Note that cert revocation etc. is checked by OSSL_CMP_validate_cert_path().
312 if (OSSL_CMP_validate_cert_path(ctx, store, scrt))
342 valid = OSSL_CMP_validate_cert_path(ctx, store, scrt);
357 && OSSL_CMP_validate_cert_path(ctx, store, newcrt);
  /src/crypto/external/bsd/openssl/dist/crypto/cmp/
cmp_vfy.c 105 int OSSL_CMP_validate_cert_path(const OSSL_CMP_CTX *ctx,
221 * Note that cert revocation etc. is checked by OSSL_CMP_validate_cert_path().
287 if (OSSL_CMP_validate_cert_path(ctx, store, scrt))
317 valid = OSSL_CMP_validate_cert_path(ctx, store, scrt);
335 valid = OSSL_CMP_validate_cert_path(ctx, store, newcrt);

Completed in 26 milliseconds