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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c176 const BIGNUM *pub_key, DH *dh);
2266 {CKA_VALUE, (void *)NULL, 0} /* pub_key - y */
2278 init_template_value(dsa->pub_key, &a_key_template[7].pValue,
2328 if ((*dsa_pub_num = BN_dup(dsa->pub_key)) == NULL)
2517 (BN_cmp(sp->opdata_dsa_pub_num, dsa->pub_key) != 0))
2579 * if set and just computes dh->pub_key. It looks like PKCS#11 standard
2735 if (dh->pub_key == NULL)
2736 if ((dh->pub_key = BN_new()) == NULL)
2742 dh->pub_key = BN_bin2bn(pub_key_result[0].pValue,
2743 pub_key_result[0].ulValueLen, dh->pub_key);
2820 pk11_DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) argument
[all...]

Completed in 26 milliseconds