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

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_cust.c 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, function
125 meth = custom_ext_find(exts, role, ext_type, NULL);
260 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role,
343 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type,
390 if (custom_ext_find(exts, role, ext_type, NULL))
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_cust.c 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, function
125 meth = custom_ext_find(exts, role, ext_type, NULL);
258 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role,
339 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type,
386 if (custom_ext_find(exts, role, ext_type, NULL))
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_cust.c 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, function
126 meth = custom_ext_find(exts, role, ext_type, NULL);
263 custom_ext_method *methdst = custom_ext_find(dst, methsrc->role,
393 return custom_ext_find(&ctx->cert->custext, ENDPOINT_CLIENT, ext_type,
444 if (custom_ext_find(exts, role, ext_type, NULL))

Completed in 31 milliseconds