pfx 3131 source4/heimdal/lib/hcrypto/imath/imath.c mp_word pfx = r.digits[r.used - 1];
pfx 3134 source4/heimdal/lib/hcrypto/imath/imath.c if(r.used > 1 && pfx <= btop) {
pfx 3135 source4/heimdal/lib/hcrypto/imath/imath.c pfx <<= MP_DIGIT_BIT / 2;
pfx 3136 source4/heimdal/lib/hcrypto/imath/imath.c pfx <<= MP_DIGIT_BIT / 2;
pfx 3137 source4/heimdal/lib/hcrypto/imath/imath.c pfx |= r.digits[r.used - 2];
pfx 3140 source4/heimdal/lib/hcrypto/imath/imath.c qdigit = pfx / btop;
pfx 329 source4/heimdal/lib/hx509/ks_p12.c PKCS12_PFX pfx;
pfx 371 source4/heimdal/lib/hx509/ks_p12.c ret = decode_PKCS12_PFX(buf, len, &pfx, NULL);
pfx 379 source4/heimdal/lib/hx509/ks_p12.c if (der_heim_oid_cmp(&pfx.authSafe.contentType, oid_id_pkcs7_data()) != 0) {
pfx 380 source4/heimdal/lib/hx509/ks_p12.c free_PKCS12_PFX(&pfx);
pfx 387 source4/heimdal/lib/hx509/ks_p12.c if (pfx.authSafe.content == NULL) {
pfx 388 source4/heimdal/lib/hx509/ks_p12.c free_PKCS12_PFX(&pfx);
pfx 398 source4/heimdal/lib/hx509/ks_p12.c ret = decode_PKCS12_OctetString(pfx.authSafe.content->data,
pfx 399 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content->length,
pfx 402 source4/heimdal/lib/hx509/ks_p12.c free_PKCS12_PFX(&pfx);
pfx 566 source4/heimdal/lib/hx509/ks_p12.c PKCS12_PFX pfx;
pfx 573 source4/heimdal/lib/hx509/ks_p12.c memset(&pfx, 0, sizeof(pfx));
pfx 585 source4/heimdal/lib/hx509/ks_p12.c ret = der_parse_hex_heim_integer("03", &pfx.version);
pfx 591 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content = calloc(1, sizeof(*pfx.authSafe.content));
pfx 594 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content->data,
pfx 595 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content->length,
pfx 601 source4/heimdal/lib/hx509/ks_p12.c ret = der_copy_oid(oid_id_pkcs7_data(), &pfx.authSafe.contentType);
pfx 606 source4/heimdal/lib/hx509/ks_p12.c &pfx, &size, ret);
pfx 615 source4/heimdal/lib/hx509/ks_p12.c pfx.macData = calloc(1, sizeof(*pfx.macData));
pfx 616 source4/heimdal/lib/hx509/ks_p12.c if (pfx.macData == NULL) {
pfx 621 source4/heimdal/lib/hx509/ks_p12.c if (pfx.macData == NULL) {
pfx 626 source4/heimdal/lib/hx509/ks_p12.c ret = calculate_hash(&aspath, pw, pfx.macData);
pfx 634 source4/heimdal/lib/hx509/ks_p12.c free_PKCS12_PFX(&pfx);