Home
last modified time | relevance | path

Searched refs:dsa_st (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/dsa/
Ddsa_local.h13 struct dsa_st { struct
/third_party/openssl/include/openssl/
Dossl_typ.h107 typedef struct dsa_st DSA;
Devp.h1021 struct dsa_st;
1022 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, struct dsa_st *key);
1023 struct dsa_st *EVP_PKEY_get0_DSA(EVP_PKEY *pkey);
1024 struct dsa_st *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py562 class dsa_st(Structure): class
564 DSA = dsa_st
591 dsa_st._fields_ = [
609 assert sizeof(dsa_st) == 68, sizeof(dsa_st)
610 assert alignment(dsa_st) == 4, alignment(dsa_st)
620 ('dsa', POINTER(dsa_st)),
/third_party/openssl/include/crypto/
Devp.h408 struct dsa_st *dsa; /* DSA */