Searched refs:pubvalue (Results 1 – 4 of 4) sorted by relevance
473 uchar_t pubvalue[MAX_KEY_ATTR_BUFLEN]; in soft_dsa_genkey_pair() local474 uint32_t pubvalue_len = sizeof (pubvalue); in soft_dsa_genkey_pair()514 k.public_y = pubvalue; in soft_dsa_genkey_pair()527 pubvalue, CRYPTO_BITS2BYTES(k.public_y_bits), B_TRUE)) != CKR_OK) { in soft_dsa_genkey_pair()
2557 uchar_t *pubvalue; in compute_dsa_pubvalue() local2590 if ((pubvalue = malloc(pubvalue_len)) == NULL) { in compute_dsa_pubvalue()2594 bignum2bytestring(pubvalue, &y, pubvalue_len); in compute_dsa_pubvalue()2596 rawdsa->pubvalue.val = pubvalue; in compute_dsa_pubvalue()2597 rawdsa->pubvalue.len = pubvalue_len; in compute_dsa_pubvalue()
197 KMF_BIGINT pubvalue; member
3211 if (key->pubvalue.val != NULL) { in ImportRawDSAKey()3212 if ((dsa->pub_key = BN_bin2bn(key->pubvalue.val, in ImportRawDSAKey()3213 key->pubvalue.len, dsa->pub_key)) == NULL) in ImportRawDSAKey()