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

  /src/external/bsd/libfido2/dist/src/
assert.c 379 check_extensions(int authdata_ext, int ext) function
534 if (check_extensions(stmt->authdata_ext.mask, assert->ext.mask) < 0) {
535 fido_log_debug("%s: check_extensions", __func__);
cred.c 226 check_extensions(const fido_cred_ext_t *authdata_ext, function
388 if (check_extensions(&cred->authdata_ext, &cred->ext) != 0) {
389 fido_log_debug("%s: check_extensions", __func__);
477 if (check_extensions(&cred->authdata_ext, &cred->ext) != 0) {
478 fido_log_debug("%s: check_extensions", __func__);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 50 static int check_extensions(X509_STORE_CTX *ctx);
217 || (ok = check_extensions(ctx)) <= 0
451 static int check_extensions(X509_STORE_CTX *ctx) function
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c 53 static int check_extensions(X509_STORE_CTX *ctx);
238 || (ok = check_extensions(ctx)) <= 0
577 static int check_extensions(X509_STORE_CTX *ctx) function

Completed in 36 milliseconds