Searched refs:OSSL_DYNAMIC_VERSION (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/engine/
H A Dengine.h630 #define OSSL_DYNAMIC_VERSION (unsigned long)0x00020000 macro
679 * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading code.
691 if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
H A Deng_dyn.c478 vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dengine.h630 #define OSSL_DYNAMIC_VERSION (unsigned long)0x00020000 macro
679 * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading code.
691 if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
/external/openssl/crypto/engine/
H A Dengine.h630 #define OSSL_DYNAMIC_VERSION (unsigned long)0x00020000 macro
679 * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading code.
691 if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \
H A Deng_dyn.c478 vcheck_res = ctx->v_check(OSSL_DYNAMIC_VERSION);
/external/openssl/include/openssl/
H A Dengine.h630 #define OSSL_DYNAMIC_VERSION (unsigned long)0x00020000 macro
679 * ossl_version value passed in is the OSSL_DYNAMIC_VERSION of the loading code.
691 if(v >= OSSL_DYNAMIC_OLDEST) return OSSL_DYNAMIC_VERSION; \

Completed in 56 milliseconds