Searched defs:domain_template (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/pkcs11/
H A Dpkcs11-keygen.c296 CK_ATTRIBUTE *domain_template = NULL; local
483 domain_template = dsa_domain_template;
488 domain_template[DSA_DOMAIN_PRIMEBITS].pValue = &bits;
489 domain_template[DSA_DOMAIN_PRIMEBITS].ulValueLen = sizeof(bits);
519 domain_template = dh_domain_template;
524 domain_template[DH_DOMAIN_PRIMEBITS].pValue = &bits;
525 domain_template[DH_DOMAIN_PRIMEBITS].ulValueLen = sizeof(bits);
638 rv = pkcs_C_GenerateKey(hSession, &dpmech, domain_template,

Completed in 991 milliseconds