Home
last modified time | relevance | path

Searched refs:DH_get_ex_data (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DDH_get_ex_new_index.pod5 DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data - add application specific data to DH structures
18 char *DH_get_ex_data(DH *d, int idx);
33 DH_get_ex_new_index(), DH_set_ex_data() and DH_get_ex_data() are
H A Ddh.pod33 char *DH_get_ex_data(DH *d, int idx);
/onnv-gate/usr/src/common/openssl/crypto/dh/
H A Ddh.h182 void *DH_get_ex_data(DH *d, int idx);
H A Ddh_lib.c239 void *DH_get_ex_data(DH *d, int idx) in DH_get_ex_data() function