Searched refs:pubexpo_bytes (Results 1 – 4 of 4) sorted by relevance
413 if (bkey->pubexpo_bytes == 0 || bkey->pubexpo == NULL) in rsa_genkey_pair()435 CHARLEN2BIGNUMLEN(bkey->pubexpo_bytes)) != BIG_OK) { in rsa_genkey_pair()439 bytestring2bignum(&public_exponent, bkey->pubexpo, bkey->pubexpo_bytes); in rsa_genkey_pair()456 bkey->pubexpo_bytes = rsakey.e.len * (int)sizeof (BIG_CHUNK_TYPE); in rsa_genkey_pair()457 bignum2bytestring(bkey->pubexpo, &(rsakey.e), bkey->pubexpo_bytes); in rsa_genkey_pair()502 bkey->pubexpo_bytes == 0 || bkey->pubexpo == NULL) in rsa_encrypt()508 if (bkey->pubexpo_bytes > modulus_bytes) { in rsa_encrypt()526 bytestring2bignum(&(rsakey.e), bkey->pubexpo, bkey->pubexpo_bytes); in rsa_encrypt()
105 uint32_t pubexpo_bytes; member
76 k.pubexpo_bytes = expo_len; in soft_rsa_encrypt()881 k.pubexpo_bytes = pub_expo_len; in soft_rsa_genkey_pair()925 pub_expo, k.pubexpo_bytes, B_FALSE)) != CKR_OK) { in soft_rsa_genkey_pair()
685 k.pubexpo_bytes = expo_len; in core_rsa_encrypt()