1DSA_get_ex_new_index(3)             OpenSSL            DSA_get_ex_new_index(3)
2
3
4

NAME

6       DSA_get_ex_new_index, DSA_set_ex_data, DSA_get_ex_data - add
7       application specific data to DSA structures
8

SYNOPSIS

10        #include <openssl/dsa.h>
11
12        int DSA_get_ex_new_index(long argl, void *argp,
13                       CRYPTO_EX_new *new_func,
14                       CRYPTO_EX_dup *dup_func,
15                       CRYPTO_EX_free *free_func);
16
17        int DSA_set_ex_data(DSA *d, int idx, void *arg);
18
19        char *DSA_get_ex_data(DSA *d, int idx);
20

DESCRIPTION

22       These functions handle application specific data in DSA structures.
23       Their usage is identical to that of RSA_get_ex_new_index(),
24       RSA_set_ex_data() and RSA_get_ex_data() as described in
25       RSA_get_ex_new_index(3).
26

SEE ALSO

28       RSA_get_ex_new_index(3), dsa(3)
29

HISTORY

31       DSA_get_ex_new_index(), DSA_set_ex_data() and DSA_get_ex_data() are
32       available since OpenSSL 0.9.5.
33
34
35
361.0.2o                            2018-03-27           DSA_get_ex_new_index(3)
Impressum