Searched refs:NSS_DSAAlgParams (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DosKeyTemplates.c36 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSS_DSAAlgParams) },
37 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,p) },
38 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,q) },
39 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,g) },
H A DosKeyTemplates.h69 } NSS_DSAAlgParams; typedef in typeref:struct:__anon3628
92 NSS_DSAAlgParams *params; // optional
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DosKeyTemplates.c36 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSS_DSAAlgParams) },
37 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,p) },
38 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,q) },
39 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,g) },
H A DosKeyTemplates.h69 } NSS_DSAAlgParams; typedef in typeref:struct:__anon4063
92 NSS_DSAAlgParams *params; // optional
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DosKeyTemplates.c36 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSS_DSAAlgParams) },
37 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,p) },
38 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,q) },
39 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,g) },
H A DosKeyTemplates.h69 } NSS_DSAAlgParams; typedef in typeref:struct:__anon4185
92 NSS_DSAAlgParams *params; // optional
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DosKeyTemplates.c36 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(NSS_DSAAlgParams) },
37 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,p) },
38 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,q) },
39 { SEC_ASN1_INTEGER, offsetof(NSS_DSAAlgParams,g) },
H A DosKeyTemplates.h69 } NSS_DSAAlgParams; typedef in typeref:struct:__anon4307
92 NSS_DSAAlgParams *params; // optional
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/opensslUtils/
H A DopensslAsn1.h139 NSS_DSAAlgParams &algParams,
142 NSS_DSAAlgParams &algParams,
H A DopensslAsn1.cpp949 NSS_DSAAlgParams algParams;
1033 NSS_DSAAlgParams algParams;
1310 NSS_DSAAlgParams &algParams,
1322 NSS_DSAAlgParams &algParams,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_keys.h206 NSS_DSAAlgParams &algParams,
H A DRSA_DSA_keys.cpp560 NSS_DSAAlgParams algParams;
563 /* this contains the DER encoding of a NSS_DSAAlgParams */
630 NSS_DSAAlgParams algParams;
690 NSS_DSAAlgParams &algParams,
730 /* stuff dsaKey->[pqg] into a caller's NSS_DSAAlgParams */

Completed in 225 milliseconds