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

/bind-9.11.3/lib/dns/
H A Dpkcs11dsa_link.c719 CK_ATTRIBUTE *base = NULL, *pub_key = NULL; local
740 pub_key = attr;
744 (base != NULL) && (pub_key != NULL));
773 cp = (CK_BYTE *) pub_key->pValue;
774 memmove(r.base + key->key_size/8 - pub_key->ulValueLen,
775 cp, pub_key->ulValueLen);
788 CK_BYTE *prime, *subprime, *base, *pub_key; local
824 pub_key = r.base;
863 memmove(attr[3].pValue, pub_key, p_bytes);
905 CK_ATTRIBUTE *pub_key local
[all...]
H A Dopenssldh_link.c78 DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) { argument
79 if (pub_key != NULL)
80 *pub_key = dh->pub_key;
86 DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { argument
88 if (pub_key == NULL)
91 BN_free(dh->pub_key);
93 dh->pub_key = pub_key;
139 const BIGNUM *pub_key local
373 const BIGNUM *pub_key = NULL, *p = NULL, *g = NULL; local
430 BIGNUM *pub_key = NULL, *p = NULL, *g = NULL; local
561 const BIGNUM *pub_key = NULL, *priv_key = NULL, *p = NULL, *g = NULL; local
628 BIGNUM *pub_key = NULL, *priv_key = NULL, *p = NULL, *g = NULL; local
[all...]
H A Dopenssldsa_link.c80 DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key) { argument
81 if (pub_key != NULL)
82 *pub_key = d->pub_key;
88 DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) { argument
90 if (pub_key == NULL)
93 BN_free(d->pub_key);
95 d->pub_key = pub_key;
529 const BIGNUM *pub_key, * local
572 BIGNUM *pub_key, *p, *q, *g; local
638 const BIGNUM *pub_key = NULL, *priv_key = NULL; local
696 BIGNUM *pub_key = NULL, *priv_key = NULL; local
[all...]

Completed in 16 milliseconds