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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/exchange/
ecdh_exch.c 33 static OSSL_FUNC_keyexch_set_peer_fn ecdh_set_peer; variable
150 static int ecdh_set_peer(void *vpecdhctx, void *vecdh) function
624 { OSSL_FUNC_KEYEXCH_SET_PEER, (void (*)(void))ecdh_set_peer },
ecdh_exch.c 33 static OSSL_FUNC_keyexch_set_peer_fn ecdh_set_peer; variable
150 static int ecdh_set_peer(void *vpecdhctx, void *vecdh) function
624 { OSSL_FUNC_KEYEXCH_SET_PEER, (void (*)(void))ecdh_set_peer },
  /src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/
ecdh_exch.c 33 static OSSL_FUNC_keyexch_set_peer_fn ecdh_set_peer; variable
142 int ecdh_set_peer(void *vpecdhctx, void *vecdh) function
570 { OSSL_FUNC_KEYEXCH_SET_PEER, (void (*)(void))ecdh_set_peer },
ecdh_exch.c 33 static OSSL_FUNC_keyexch_set_peer_fn ecdh_set_peer; variable
142 int ecdh_set_peer(void *vpecdhctx, void *vecdh) function
570 { OSSL_FUNC_KEYEXCH_SET_PEER, (void (*)(void))ecdh_set_peer },

Completed in 55 milliseconds