| /src/crypto/external/apache2/openssl/dist/providers/implementations/exchange/ |
| ecdh_exch.c | 34 static OSSL_FUNC_keyexch_derive_fn ecdh_derive; variable 604 static int ecdh_derive(void *vpecdhctx, unsigned char *secret, function 623 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|
| ecdh_exch.c | 34 static OSSL_FUNC_keyexch_derive_fn ecdh_derive; variable 604 static int ecdh_derive(void *vpecdhctx, unsigned char *secret, function 623 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/exchange/ |
| ecdh_exch.c | 34 static OSSL_FUNC_keyexch_derive_fn ecdh_derive; variable 550 int ecdh_derive(void *vpecdhctx, unsigned char *secret, function 569 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|
| ecdh_exch.c | 34 static OSSL_FUNC_keyexch_derive_fn ecdh_derive; variable 550 int ecdh_derive(void *vpecdhctx, unsigned char *secret, function 569 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))ecdh_derive },
|