Searched refs:ecdh_data_new (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_lib.c81 static void *ecdh_data_new(void);
171 static void *ecdh_data_new(void) function
184 return (void *)ecdh_data_new();
211 ecdh_data = (ECDH_DATA *)ecdh_data_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_lib.c84 static void *ecdh_data_new(void);
176 static void *ecdh_data_new(void) function
189 return (void *)ecdh_data_new();
215 ecdh_data = (ECDH_DATA *)ecdh_data_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_lib.c84 static void *ecdh_data_new(void);
176 static void *ecdh_data_new(void) function
189 return (void *)ecdh_data_new();
215 ecdh_data = (ECDH_DATA *)ecdh_data_new();

Completed in 72 milliseconds