Searched refs:coeff (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math_impl.h | 45 raidz_rec_q_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_q_coeff() argument 50 coeff[MUL_Q_X] = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_q_coeff() 54 raidz_rec_r_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_r_coeff() argument 59 coeff[MUL_R_X] = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_r_coeff() 63 raidz_rec_pq_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_pq_coeff() argument 74 coeff[MUL_PQ_X] = gf_div(a, e); in raidz_rec_pq_coeff() 75 coeff[MUL_PQ_Y] = gf_div(b, e); in raidz_rec_pq_coeff() 79 raidz_rec_pr_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_pr_coeff() argument 91 coeff[MUL_PR_X] = gf_div(a, e); in raidz_rec_pr_coeff() 92 coeff[MUL_PR_Y] = gf_div(b, e); in raidz_rec_pr_coeff() [all …]
|
/illumos-gate/usr/src/cmd/audio/audiotest/ |
H A D | wavedata.c | 63 adpcm_coeff coeff[32]; in uncompress_wave() local 96 coeff[i].coeff1 = (short)le_int(&hdr[x], 2); in uncompress_wave() 98 coeff[i].coeff2 = (short)le_int(&hdr[x], 2); in uncompress_wave() 169 coeff[predictor[i]].coeff1) in uncompress_wave() 171 coeff[predictor[i]].coeff2)) / 256; in uncompress_wave()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | asn1.c | 893 CK_ATTRIBUTE * coeff) in ber_encode_RSAPrivateKey() argument 929 coeff->ulValueLen); in ber_encode_RSAPrivateKey() 1030 (CK_BYTE *)coeff + sizeof (CK_ATTRIBUTE), coeff->ulValueLen); in ber_encode_RSAPrivateKey() 1062 CK_ATTRIBUTE ** coeff) in ber_decode_RSAPrivateKey() argument 1254 *coeff = coeff_attr; in ber_decode_RSAPrivateKey()
|
H A D | key.c | 1439 CK_ATTRIBUTE *coeff = NULL; in rsa_priv_wrap_get_data() local 1470 &coeff) == FALSE) { in rsa_priv_wrap_get_data() 1475 exponent1, exponent2, coeff); in rsa_priv_wrap_get_data() 1492 CK_ATTRIBUTE *coeff = NULL; in rsa_priv_unwrap() local 1497 &exponent1, &exponent2, &coeff); in rsa_priv_unwrap() 1509 (void) remove_leading_zeros(coeff); in rsa_priv_unwrap() 1518 (void) template_update_attribute(tmpl, coeff); in rsa_priv_unwrap()
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.h | 116 uchar_t *coeff; /* = p^(-1) mod q, or = q^(-1) mod p */ member
|
H A D | rsa_impl.c | 477 bignum2bytestring(bkey->coeff, &(rsakey.pinvmodq), bkey->coeff_bytes); in rsa_genkey_pair() 573 bkey->coeff_bytes == 0 || bkey->coeff == NULL) in rsa_decrypt() 609 bkey->coeff, bkey->coeff_bytes); in rsa_decrypt()
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 1024 BIG_CHUNK_TYPE higha, highb, coeff; in big_div_pos() local 1118 coeff = higha / (highb + 1); in big_div_pos() 1119 big_mulhalf_high(&tmp2, &bblow, coeff); in big_div_pos() 1124 coeff++; in big_div_pos() 1131 coeff++; in big_div_pos() 1133 tresult.value[rlen - i - 1] = coeff << (BIG_CHUNK_SIZE / 2); in big_div_pos() 1135 coeff = higha / (highb + 1); in big_div_pos() 1136 big_mulhalf_low(&tmp2, &bblow, coeff); in big_div_pos() 1141 coeff++; in big_div_pos() 1144 tresult.value[rlen - i - 1] + coeff; in big_div_pos()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRSA.c | 173 k.coeff = coef; in soft_rsa_decrypt() 896 k.coeff = coefficient; in soft_rsa_genkey_pair()
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | rsa.c | 835 k.coeff = coef; in core_rsa_decrypt()
|