/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_utils.c | 160 DBT k2; local 181 k2.data = bl->bytes; 182 k2.size = bl->ksize; 189 k2.data = bi->bytes; 190 k2.size = bi->ksize; 196 &k2.size, &t->bt_rdata.data, &t->bt_rdata.size)) 198 k2.data = t->bt_rdata.data; 200 return ((*t->bt_cmp)(k1, &k2));
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/ |
H A D | cf2.c | 102 krb5_keyblock *k2, const char *pepper2, 115 if (k2 == NULL || !krb5_c_valid_enctype(k2->enctype)) 136 retval = prf_plus(context, k2, pepper2, keybytes, &prf2); 100 krb5_c_fx_cf2_simple(krb5_context context, krb5_keyblock *k1, const char *pepper1, krb5_keyblock *k2, const char *pepper2, krb5_keyblock **out) argument
|
/osnet-11/usr/src/common/crypto/ecc/ |
H A D | ecl_mult.c | 109 * k2 * P(x, y), where G is the generator (base point) of the group of 110 * points on the elliptic curve. Allows k1 = NULL or { k2, P } = NULL. 113 ec_pts_mul_basic(const mp_int *k1, const mp_int *k2, const mp_int *px, argument 122 && ((k2 == NULL) || (px == NULL) 127 return ECPoint_mul(group, k2, px, py, rx, ry); 128 } else if ((k2 == NULL) || (px == NULL) || (py == NULL)) { 138 MP_CHECKOK(ECPoint_mul(group, k2, px, py, rx, ry)); 161 * k2 * P(x, y), where G is the generator (base point) of the group of 162 * points on the elliptic curve. Allows k1 = NULL or { k2, P } = NULL. 168 ec_pts_mul_simul_w2(const mp_int *k1, const mp_int *k2, cons argument 318 ECPoints_mul(const ECGroup *group, const mp_int *k1, const mp_int *k2, const mp_int *px, const mp_int *py, mp_int *rx, mp_int *ry) argument [all...] |
H A D | ecp_jac.c | 409 * k2 * P(x, y), where G is the generator (base point) of the group of 410 * points on the elliptic curve. Allows k1 = NULL or { k2, P } = NULL. 416 ec_GFp_pts_mul_jac(const mp_int *k1, const mp_int *k2, const mp_int *px, argument 437 && ((k2 == NULL) || (px == NULL) 442 return ECPoint_mul(group, k2, px, py, rx, ry); 443 } else if ((k2 == NULL) || (px == NULL) || (py == NULL)) { 456 /* assign {k1, k2} = {a, b} such that len(a) >= len(b) */ 457 if (mpl_significant_bits(k1) < mpl_significant_bits(k2)) { 458 a = k2; 473 b = k2; [all...] |
H A D | ec.c | 77 * Computes scalar point multiplication pointQ = k1 * G + k2 * pointP for 81 ec_points_mul(const ECParams *params, const mp_int *k1, const mp_int *k2, argument 110 if (k2 != NULL) { 111 mp_tohex(k2, mpstr); 112 printf("ec_points_mul: scalar k2: %s\n", mpstr); 113 mp_todecimal(k2, mpstr); 114 printf("ec_points_mul: scalar k2: %s (dec)\n", mpstr); 155 if ((k2 != NULL) && (pointP != NULL)) { 184 irr_arr[2] = params->fieldID.k2; 194 if ((k2 ! [all...] |
H A D | ecc_impl.h | 157 int k2; /* two remaining coefficients of pentanomial */ member in struct:ECFieldIDStr
|
/osnet-11/usr/src/lib/libipmi/common/ |
H A D | ipmi_sdr.c | 638 int m, b, k1, k2; local 643 k2 = __TO_R_EXP(sensor->is_fs_bacc); 648 (b * pow(10, k1))) * pow(10, k2)); 656 (b * pow(10, k1))) * pow(10, k2));
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | hfs.c | 399 struct grub_hfs_catalog_key *k2) 622 int minlen = (k1->strlen < k2->strlen) ? k1->strlen : k2->strlen; 624 cmp = (grub_be_to_cpu32 (k1->parent_dir) - grub_be_to_cpu32 (k2->parent_dir)); 630 cmp = (hfs_charorder[k1->str[i]] - hfs_charorder[k2->str[i]]); 636 return (k1->strlen - k2->strlen); 643 struct grub_hfs_extent_key *k2) 645 int cmp = k1->forktype - k2->forktype; 647 cmp = grub_be_to_cpu32 (k1->fileid) - grub_be_to_cpu32 (k2->fileid); 650 - grub_be_to_cpu16 (k2 397 grub_hfs_cmp_catkeys(struct grub_hfs_catalog_key *k1, struct grub_hfs_catalog_key *k2) argument 641 grub_hfs_cmp_extkeys(struct grub_hfs_extent_key *k1, struct grub_hfs_extent_key *k2) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | primegen.c | 1008 int i=0, i1=0, j=0, jp=0, j1=0, k1=0, k2=0; 1047 k2 = k1+2; 1048 if( k2 > n ) 1049 k2 = n; 1054 k2 = n - j1 - 1; 1055 if( k2 == 0 ) 1058 k2 = n - j1; 1060 else if( array[k2] && array[k2-1] ) 1063 k1 = k2 1006 int i=0, i1=0, j=0, jp=0, j1=0, k1=0, k2=0; local [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | primegen.c | 1007 int i=0, i1=0, j=0, jp=0, j1=0, k1=0, k2=0; 1046 k2 = k1+2; 1047 if( k2 > n ) 1048 k2 = n; 1053 k2 = n - j1 - 1; 1054 if( k2 == 0 ) 1057 k2 = n - j1; 1059 else if( array[k2] && array[k2-1] ) 1062 k1 = k2 1005 int i=0, i1=0, j=0, jp=0, j1=0, k1=0, k2=0; local [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | op.c | 3472 OP *k2 = k1->op_sibling; local 3477 if (k2 && k2->op_type == OP_READLINE 3478 && (k2->op_flags & OPf_STACKED) 3481 warnop = k2->op_type; 3654 OP *k2 = (k1) ? k1->op_sibling : NULL; local 3657 if (k2 && k2->op_type == OP_READLINE 3658 && (k2->op_flags & OPf_STACKED) 3711 OP *k2 local [all...] |