authSafe 379 source4/heimdal/lib/hx509/ks_p12.c if (der_heim_oid_cmp(&pfx.authSafe.contentType, oid_id_pkcs7_data()) != 0) { authSafe 387 source4/heimdal/lib/hx509/ks_p12.c if (pfx.authSafe.content == NULL) { authSafe 398 source4/heimdal/lib/hx509/ks_p12.c ret = decode_PKCS12_OctetString(pfx.authSafe.content->data, authSafe 399 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content->length, authSafe 591 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content = calloc(1, sizeof(*pfx.authSafe.content)); authSafe 594 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content->data, authSafe 595 source4/heimdal/lib/hx509/ks_p12.c pfx.authSafe.content->length, authSafe 601 source4/heimdal/lib/hx509/ks_p12.c ret = der_copy_oid(oid_id_pkcs7_data(), &pfx.authSafe.contentType);