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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/exchange/
ecdh_exch.c 31 static OSSL_FUNC_keyexch_newctx_fn ecdh_newctx; variable
83 static void *ecdh_newctx(void *provctx) function
621 { OSSL_FUNC_KEYEXCH_NEWCTX, (void (*)(void))ecdh_newctx },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
ecdh_exch.c 31 static OSSL_FUNC_keyexch_newctx_fn ecdh_newctx; variable
83 void *ecdh_newctx(void *provctx) function
567 { OSSL_FUNC_KEYEXCH_NEWCTX, (void (*)(void))ecdh_newctx },

Completed in 19 milliseconds